Html Css Color HEX #E986CC Tea Rose

📋 copy color: '#E986CC'

red 233 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #E986CC

Tints of Tea Rose #E986CC

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

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

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 40.81%
G = 23.47%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E986CC (or 0xE986CC) is known color: Tea Rose. HEX triplet: E9, 86 and CC. RGB value is (233,134,204). Sum of RGB (Red+Green+Blue) = 233+134+204=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CC is #167933. Grayscale: #ABABAB. Windows color (decimal): -1472820 or 13403881. OLE color: 13403881.

HSL color Cylindrical-coordinate representation of color #E986CC: hue angle of 317.58º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986CC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 134 204 -
CMYK 0 0.42 0.12 0.09
HSL 317.58º 0.69% 0.72% -
HSV(B) 317.58º 0.42% 0.91% -
XYZ 53.03 38.73 61.81 -
YUV 171.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 233 134 204 0 0.42 0.12 0.09 317.58 0.69 0.72
Hex E9 86 CC 0 2A C 9 13E 45 48
Octal 351 206 314 0 52 14 11 476 105 110
Binary 11101001 10000110 11001100 0 101010 1100 1001 100111110 1000101 1001000

Color Harmonies of #E986CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986CC

Black with #E986CC

Text Example


Text Example

White with #E986CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986CC; }

 p { color: rgb(233,134,204); }

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

background-color css

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

 a { background-color: rgb(233,134,204); }

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

border-color css

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

 span { border-color: rgb(233,134,204); }

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