Html Css Color HEX #EB8DCC Tea Rose

📋 copy color: '#EB8DCC'

red 235 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #EB8DCC

Tints of Tea Rose #EB8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

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

R = 40.52%
G = 24.31%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB8DCC (or 0xEB8DCC) is known color: Tea Rose. HEX triplet: EB, 8D and CC. RGB value is (235,141,204). Sum of RGB (Red+Green+Blue) = 235+141+204=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DCC is #147233. Grayscale: #B0B0B0. Windows color (decimal): -1339956 or 13405675. OLE color: 13405675.

HSL color Cylindrical-coordinate representation of color #EB8DCC: hue angle of 319.79º 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 #EB8DCC is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 204 -
CMYK 0 0.4 0.13 0.08
HSL 319.79º 0.7% 0.74% -
HSV(B) 319.79º 0.4% 0.92% -
XYZ 54.68 41.07 62.17 -
YUV 176.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 235 141 204 0 0.4 0.13 0.08 319.79 0.7 0.74
Hex EB 8D CC 0 28 D 8 140 46 4A
Octal 353 215 314 0 50 15 10 500 106 112
Binary 11101011 10001101 11001100 0 101000 1101 1000 101000000 1000110 1001010

Color Harmonies of #EB8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DCC

Black with #EB8DCC

Text Example


Text Example

White with #EB8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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