Html Css Color HEX #EA7DCA Tea Rose

📋 copy color: '#EA7DCA'

red 234 ◦ green 125 ◦ blue 202

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

Shades of Tea Rose #EA7DCA

Tints of Tea Rose #EA7DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 41.71%
G = 22.28%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA7DCA (or 0xEA7DCA) is known color: Tea Rose. HEX triplet: EA, 7D and CA. RGB value is (234,125,202). Sum of RGB (Red+Green+Blue) = 234+125+202=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DCA is #158235. Grayscale: #A6A6A6. Windows color (decimal): -1409590 or 13270506. OLE color: 13270506.

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

Color convert

RGB 234 125 202 -
CMYK 0 0.47 0.14 0.08
HSL 317.61º 0.72% 0.7% -
HSV(B) 317.61º 0.47% 0.92% -
XYZ 51.93 36.42 60.17 -
YUV 166.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 234 125 202 0 0.47 0.14 0.08 317.61 0.72 0.7
Hex EA 7D CA 0 2F E 8 13E 48 46
Octal 352 175 312 0 57 16 10 476 110 106
Binary 11101010 1111101 11001010 0 101111 1110 1000 100111110 1001000 1000110

Color Harmonies of #EA7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DCA

Black with #EA7DCA

Text Example


Text Example

White with #EA7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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