Html Css Color HEX #EB8ECE Tea Rose

📋 copy color: '#EB8ECE'

red 235 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #EB8ECE

Tints of Tea Rose #EB8ECE

RGB

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

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

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

R = 40.31%
G = 24.36%
B = 35.33%

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

#EB8ECE (or 0xEB8ECE) is known color: Tea Rose. HEX triplet: EB, 8E and CE. RGB value is (235,142,206). Sum of RGB (Red+Green+Blue) = 235+142+206=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ECE is #147131. Grayscale: #B0B0B0. Windows color (decimal): -1339698 or 13537003. OLE color: 13537003.

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

Color convert

RGB 235 142 206 -
CMYK 0 0.40 0.12 0.08
HSL 318.71º 0.7% 0.74% -
HSV(B) 318.71º 0.4% 0.92% -
XYZ 55.07 41.46 63.49 -
YUV 177.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 235 142 206 0 0.40 0.12 0.08 318.71 0.7 0.74
Hex EB 8E CE 0 28 C 8 13F 46 4A
Octal 353 216 316 0 50 14 10 477 106 112
Binary 11101011 10001110 11001110 0 101000 1100 1000 100111111 1000110 1001010

Color Harmonies of #EB8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ECE

Black with #EB8ECE

Text Example


Text Example

White with #EB8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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