Html Css Color HEX #E686C9 Tea Rose

📋 copy color: '#E686C9'

red 230 ◦ green 134 ◦ blue 201

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

Shades of Tea Rose #E686C9

Tints of Tea Rose #E686C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 40.71%
G = 23.72%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E686C9 (or 0xE686C9) is known color: Tea Rose. HEX triplet: E6, 86 and C9. RGB value is (230,134,201). Sum of RGB (Red+Green+Blue) = 230+134+201=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E686C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686C9 is #197936. Grayscale: #AAAAAA. Windows color (decimal): -1669431 or 13207270. OLE color: 13207270.

HSL color Cylindrical-coordinate representation of color #E686C9: hue angle of 318.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 #E686C9 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 201 -
CMYK 0 0.42 0.13 0.10
HSL 318.13º 0.66% 0.71% -
HSV(B) 318.13º 0.42% 0.9% -
XYZ 51.7 38.09 59.89 -
YUV 170.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 230 134 201 0 0.42 0.13 0.10 318.13 0.66 0.71
Hex E6 86 C9 0 2A D A 13E 42 47
Octal 346 206 311 0 52 15 12 476 102 107
Binary 11100110 10000110 11001001 0 101010 1101 1010 100111110 1000010 1000111

Color Harmonies of #E686C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686C9

Black with #E686C9

Text Example


Text Example

White with #E686C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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