Html Css Color HEX #EA7CCC Tea Rose

📋 copy color: '#EA7CCC'

red 234 ◦ green 124 ◦ blue 204

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

Shades of Tea Rose #EA7CCC

Tints of Tea Rose #EA7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 41.64%
G = 22.06%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA7CCC (or 0xEA7CCC) is known color: Tea Rose. HEX triplet: EA, 7C and CC. RGB value is (234,124,204). Sum of RGB (Red+Green+Blue) = 234+124+204=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CCC is #158333. Grayscale: #A5A5A5. Windows color (decimal): -1409844 or 13401322. OLE color: 13401322.

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

Color convert

RGB 234 124 204 -
CMYK 0 0.47 0.13 0.08
HSL 316.36º 0.72% 0.7% -
HSV(B) 316.36º 0.47% 0.92% -
XYZ 52.04 36.27 61.38 -
YUV 166.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 234 124 204 0 0.47 0.13 0.08 316.36 0.72 0.7
Hex EA 7C CC 0 2F D 8 13C 48 46
Octal 352 174 314 0 57 15 10 474 110 106
Binary 11101010 1111100 11001100 0 101111 1101 1000 100111100 1001000 1000110

Color Harmonies of #EA7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CCC

Black with #EA7CCC

Text Example


Text Example

White with #EA7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CCC; }

 p { color: rgb(234,124,204); }

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

background-color css

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

 a { background-color: rgb(234,124,204); }

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

border-color css

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

 span { border-color: rgb(234,124,204); }

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