Html Css Color HEX #EA8DCE Tea Rose

📋 copy color: '#EA8DCE'

red 234 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #EA8DCE

Tints of Tea Rose #EA8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.27%

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

R = 40.28%
G = 24.27%
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

#EA8DCE (or 0xEA8DCE) is known color: Tea Rose. HEX triplet: EA, 8D and CE. RGB value is (234,141,206). Sum of RGB (Red+Green+Blue) = 234+141+206=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DCE is #157231. Grayscale: #B0B0B0. Windows color (decimal): -1405490 or 13536746. OLE color: 13536746.

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

Color convert

RGB 234 141 206 -
CMYK 0 0.40 0.12 0.08
HSL 318.06º 0.69% 0.74% -
HSV(B) 318.06º 0.4% 0.92% -
XYZ 54.6 41 63.43 -
YUV 176.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 234 141 206 0 0.40 0.12 0.08 318.06 0.69 0.74
Hex EA 8D CE 0 28 C 8 13E 45 4A
Octal 352 215 316 0 50 14 10 476 105 112
Binary 11101010 10001101 11001110 0 101000 1100 1000 100111110 1000101 1001010

Color Harmonies of #EA8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DCE

Black with #EA8DCE

Text Example


Text Example

White with #EA8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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