Html Css Color HEX #E686C1 Tea Rose

📋 copy color: '#E686C1'

red 230 ◦ green 134 ◦ blue 193

#E686C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #E686C1

Tints of Tea Rose #E686C1

RGB

 RED value IS 230 (90.23% from 255) = 41.29%

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 41.29%
G = 24.06%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E686C1 (or 0xE686C1) is known color: Tea Rose. HEX triplet: E6, 86 and C1. RGB value is (230,134,193). Sum of RGB (Red+Green+Blue) = 230+134+193=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E686C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686C1 is #19793E. Grayscale: #A9A9A9. Windows color (decimal): -1669439 or 12682982. OLE color: 12682982.

HSL color Cylindrical-coordinate representation of color #E686C1: hue angle of 323.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686C1 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 193 -
CMYK 0 0.42 0.16 0.10
HSL 323.13º 0.66% 0.71% -
HSV(B) 323.13º 0.42% 0.9% -
XYZ 50.78 37.72 55.06 -
YUV 169.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 230 134 193 0 0.42 0.16 0.10 323.13 0.66 0.71
Hex E6 86 C1 0 2A 10 A 143 42 47
Octal 346 206 301 0 52 20 12 503 102 107
Binary 11100110 10000110 11000001 0 101010 10000 1010 101000011 1000010 1000111

Color Harmonies of #E686C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686C1

Black with #E686C1

Text Example


Text Example

White with #E686C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686C1; }

 p { color: rgb(230,134,193); }

 H1.HeaderClassName
 {
   color: #E686C1;
 }
 .AnyTagClassName
 {
   color: #E686C1;
 }
</style>

background-color css

<style>
 a { background-color: #E686C1; }

 a { background-color: rgb(230,134,193); }

 div.DivClassName
 {
   background-color: #E686C1;
 }
 .BgClassName
 {
   background-color: #E686C1;
 }
</style>

border-color css

<style>
 span { border-color: #E686C1; }

 span { border-color: rgb(230,134,193); }

 td.TdClassName
 {
   border-color: #E686C1;
 }
 .TagClassName
 {
   border-color: #E686C1;
 }
</style>