Html Css Color HEX #EA8ECE Tea Rose

📋 copy color: '#EA8ECE'

red 234 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #EA8ECE

Tints of Tea Rose #EA8ECE

RGB

 RED value IS 234 (91.8% from 255) = 40.21%

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

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

R = 40.21%
G = 24.4%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA8ECE (or 0xEA8ECE) is known color: Tea Rose. HEX triplet: EA, 8E and CE. RGB value is (234,142,206). Sum of RGB (Red+Green+Blue) = 234+142+206=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ECE is #157131. Grayscale: #B0B0B0. Windows color (decimal): -1405234 or 13537002. OLE color: 13537002.

HSL color Cylindrical-coordinate representation of color #EA8ECE: hue angle of 318.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8ECE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 206 -
CMYK 0 0.39 0.12 0.08
HSL 318.26º 0.69% 0.74% -
HSV(B) 318.26º 0.39% 0.92% -
XYZ 54.75 41.29 63.48 -
YUV 176.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 234 142 206 0 0.39 0.12 0.08 318.26 0.69 0.74
Hex EA 8E CE 0 27 C 8 13E 45 4A
Octal 352 216 316 0 47 14 10 476 105 112
Binary 11101010 10001110 11001110 0 100111 1100 1000 100111110 1000101 1001010

Color Harmonies of #EA8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ECE

Black with #EA8ECE

Text Example


Text Example

White with #EA8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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