Html Css Color HEX #EA7DC8 Tea Rose

📋 copy color: '#EA7DC8'

red 234 ◦ green 125 ◦ blue 200

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

Shades of Tea Rose #EA7DC8

Tints of Tea Rose #EA7DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.36%

 BLUE value IS 200 (78.52% from 255) = 35.78%

R = 41.86%
G = 22.36%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA7DC8 (or 0xEA7DC8) is known color: Tea Rose. HEX triplet: EA, 7D and C8. RGB value is (234,125,200). Sum of RGB (Red+Green+Blue) = 234+125+200=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DC8 is #158237. Grayscale: #A5A5A5. Windows color (decimal): -1409592 or 13139434. OLE color: 13139434.

HSL color Cylindrical-coordinate representation of color #EA7DC8: hue angle of 318.72º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DC8 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 200 -
CMYK 0 0.47 0.15 0.08
HSL 318.72º 0.72% 0.7% -
HSV(B) 318.72º 0.47% 0.92% -
XYZ 51.69 36.33 58.93 -
YUV 166.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 234 125 200 0 0.47 0.15 0.08 318.72 0.72 0.7
Hex EA 7D C8 0 2F F 8 13F 48 46
Octal 352 175 310 0 57 17 10 477 110 106
Binary 11101010 1111101 11001000 0 101111 1111 1000 100111111 1001000 1000110

Color Harmonies of #EA7DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DC8

Black with #EA7DC8

Text Example


Text Example

White with #EA7DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DC8; }

 p { color: rgb(234,125,200); }

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

background-color css

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

 a { background-color: rgb(234,125,200); }

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

border-color css

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

 span { border-color: rgb(234,125,200); }

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