Html Css Color HEX #EB8ECF Tea Rose

📋 copy color: '#EB8ECF'

red 235 ◦ green 142 ◦ blue 207

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

Shades of Tea Rose #EB8ECF

Tints of Tea Rose #EB8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 40.24%
G = 24.32%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB8ECF (or 0xEB8ECF) is known color: Tea Rose. HEX triplet: EB, 8E and CF. RGB value is (235,142,207). Sum of RGB (Red+Green+Blue) = 235+142+207=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ECF is #147130. Grayscale: #B1B1B1. Windows color (decimal): -1339697 or 13602539. OLE color: 13602539.

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

Color convert

RGB 235 142 207 -
CMYK 0 0.40 0.12 0.08
HSL 318.06º 0.7% 0.74% -
HSV(B) 318.06º 0.4% 0.92% -
XYZ 55.2 41.51 64.14 -
YUV 177.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 235 142 207 0 0.40 0.12 0.08 318.06 0.7 0.74
Hex EB 8E CF 0 28 C 8 13E 46 4A
Octal 353 216 317 0 50 14 10 476 106 112
Binary 11101011 10001110 11001111 0 101000 1100 1000 100111110 1000110 1001010

Color Harmonies of #EB8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ECF

Black with #EB8ECF

Text Example


Text Example

White with #EB8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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