Html Css Color HEX #EA8DC7 Tea Rose

📋 copy color: '#EA8DC7'

red 234 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #EA8DC7

Tints of Tea Rose #EA8DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.67%

R = 40.77%
G = 24.56%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA8DC7 (or 0xEA8DC7) is known color: Tea Rose. HEX triplet: EA, 8D and C7. RGB value is (234,141,199). Sum of RGB (Red+Green+Blue) = 234+141+199=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DC7 is #157238. Grayscale: #AFAFAF. Windows color (decimal): -1405497 or 13077994. OLE color: 13077994.

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

Color convert

RGB 234 141 199 -
CMYK 0 0.40 0.15 0.08
HSL 322.58º 0.69% 0.74% -
HSV(B) 322.58º 0.4% 0.92% -
XYZ 53.77 40.67 59.05 -
YUV 175.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 234 141 199 0 0.40 0.15 0.08 322.58 0.69 0.74
Hex EA 8D C7 0 28 F 8 143 45 4A
Octal 352 215 307 0 50 17 10 503 105 112
Binary 11101010 10001101 11000111 0 101000 1111 1000 101000011 1000101 1001010

Color Harmonies of #EA8DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DC7

Black with #EA8DC7

Text Example


Text Example

White with #EA8DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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