Html Css Color HEX #EB8CCE Tea Rose

📋 copy color: '#EB8CCE'

red 235 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #EB8CCE

Tints of Tea Rose #EB8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 40.45%
G = 24.1%
B = 35.46%

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

#EB8CCE (or 0xEB8CCE) is known color: Tea Rose. HEX triplet: EB, 8C and CE. RGB value is (235,140,206). Sum of RGB (Red+Green+Blue) = 235+140+206=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CCE is #147331. Grayscale: #AFAFAF. Windows color (decimal): -1340210 or 13536491. OLE color: 13536491.

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

Color convert

RGB 235 140 206 -
CMYK 0 0.40 0.12 0.08
HSL 318.32º 0.7% 0.74% -
HSV(B) 318.32º 0.4% 0.92% -
XYZ 54.78 40.87 63.39 -
YUV 175.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 235 140 206 0 0.40 0.12 0.08 318.32 0.7 0.74
Hex EB 8C CE 0 28 C 8 13E 46 4A
Octal 353 214 316 0 50 14 10 476 106 112
Binary 11101011 10001100 11001110 0 101000 1100 1000 100111110 1000110 1001010

Color Harmonies of #EB8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CCE

Black with #EB8CCE

Text Example


Text Example

White with #EB8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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