Html Css Color HEX #EB8ECB Tea Rose

📋 copy color: '#EB8ECB'

red 235 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #EB8ECB

Tints of Tea Rose #EB8ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35%

R = 40.52%
G = 24.48%
B = 35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB8ECB (or 0xEB8ECB) is known color: Tea Rose. HEX triplet: EB, 8E and CB. RGB value is (235,142,203). Sum of RGB (Red+Green+Blue) = 235+142+203=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ECB is #147134. Grayscale: #B0B0B0. Windows color (decimal): -1339701 or 13340395. OLE color: 13340395.

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

Color convert

RGB 235 142 203 -
CMYK 0 0.40 0.14 0.08
HSL 320.65º 0.7% 0.74% -
HSV(B) 320.65º 0.4% 0.92% -
XYZ 54.71 41.32 61.59 -
YUV 176.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 235 142 203 0 0.40 0.14 0.08 320.65 0.7 0.74
Hex EB 8E CB 0 28 E 8 141 46 4A
Octal 353 216 313 0 50 16 10 501 106 112
Binary 11101011 10001110 11001011 0 101000 1110 1000 101000001 1000110 1001010

Color Harmonies of #EB8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ECB

Black with #EB8ECB

Text Example


Text Example

White with #EB8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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