Html Css Color HEX #EB8EC7 Tea Rose

📋 copy color: '#EB8EC7'

red 235 ◦ green 142 ◦ blue 199

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

Shades of Tea Rose #EB8EC7

Tints of Tea Rose #EB8EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 40.8%
G = 24.65%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB8EC7 (or 0xEB8EC7) is known color: Tea Rose. HEX triplet: EB, 8E and C7. RGB value is (235,142,199). Sum of RGB (Red+Green+Blue) = 235+142+199=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EC7 is #147138. Grayscale: #B0B0B0. Windows color (decimal): -1339705 or 13078251. OLE color: 13078251.

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

Color convert

RGB 235 142 199 -
CMYK 0 0.40 0.15 0.08
HSL 323.23º 0.7% 0.74% -
HSV(B) 323.23º 0.4% 0.92% -
XYZ 54.24 41.13 59.11 -
YUV 176.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 235 142 199 0 0.40 0.15 0.08 323.23 0.7 0.74
Hex EB 8E C7 0 28 F 8 143 46 4A
Octal 353 216 307 0 50 17 10 503 106 112
Binary 11101011 10001110 11000111 0 101000 1111 1000 101000011 1000110 1001010

Color Harmonies of #EB8EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8EC7

Black with #EB8EC7

Text Example


Text Example

White with #EB8EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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