Html Css Color HEX #EB8CC2 Tea Rose

📋 copy color: '#EB8CC2'

red 235 ◦ green 140 ◦ blue 194

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

Shades of Tea Rose #EB8CC2

Tints of Tea Rose #EB8CC2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 41.3%
G = 24.6%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB8CC2 (or 0xEB8CC2) is known color: Tea Rose. HEX triplet: EB, 8C and C2. RGB value is (235,140,194). Sum of RGB (Red+Green+Blue) = 235+140+194=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CC2 is #14733D. Grayscale: #AEAEAE. Windows color (decimal): -1340222 or 12750059. OLE color: 12750059.

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

Color convert

RGB 235 140 194 -
CMYK 0 0.40 0.17 0.08
HSL 325.89º 0.7% 0.74% -
HSV(B) 325.89º 0.4% 0.92% -
XYZ 53.38 40.31 56.01 -
YUV 174.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 235 140 194 0 0.40 0.17 0.08 325.89 0.7 0.74
Hex EB 8C C2 0 28 11 8 146 46 4A
Octal 353 214 302 0 50 21 10 506 106 112
Binary 11101011 10001100 11000010 0 101000 10001 1000 101000110 1000110 1001010

Color Harmonies of #EB8CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CC2

Black with #EB8CC2

Text Example


Text Example

White with #EB8CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CC2; }

 p { color: rgb(235,140,194); }

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

background-color css

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

 a { background-color: rgb(235,140,194); }

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

border-color css

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

 span { border-color: rgb(235,140,194); }

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