Html Css Color HEX #EB8ECC Tea Rose

📋 copy color: '#EB8ECC'

red 235 ◦ green 142 ◦ blue 204

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

Shades of Tea Rose #EB8ECC

Tints of Tea Rose #EB8ECC

RGB

 RED value IS 235 (92.19% from 255) = 40.45%

 GREEN value IS 142 (55.86% from 255) = 24.44%

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

R = 40.45%
G = 24.44%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB8ECC (or 0xEB8ECC) is known color: Tea Rose. HEX triplet: EB, 8E and CC. RGB value is (235,142,204). Sum of RGB (Red+Green+Blue) = 235+142+204=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ECC is #147133. Grayscale: #B0B0B0. Windows color (decimal): -1339700 or 13405931. OLE color: 13405931.

HSL color Cylindrical-coordinate representation of color #EB8ECC: hue angle of 320º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8ECC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 204 -
CMYK 0 0.40 0.13 0.08
HSL 320º 0.7% 0.74% -
HSV(B) 320º 0.4% 0.92% -
XYZ 54.83 41.37 62.22 -
YUV 176.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 235 142 204 0 0.40 0.13 0.08 320 0.7 0.74
Hex EB 8E CC 0 28 D 8 140 46 4A
Octal 353 216 314 0 50 15 10 500 106 112
Binary 11101011 10001110 11001100 0 101000 1101 1000 101000000 1000110 1001010

Color Harmonies of #EB8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ECC

Black with #EB8ECC

Text Example


Text Example

White with #EB8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ECC; }

 p { color: rgb(235,142,204); }

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

background-color css

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

 a { background-color: rgb(235,142,204); }

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

border-color css

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

 span { border-color: rgb(235,142,204); }

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