#EA84C4

Color #EA84C4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EA84C4

Tints of Tea Rose #EA84C4

Color information

#EA84C4 (or 0xEA84C4) is unknown color: approx Tea Rose. HEX triplet: EA, 84 and C4. RGB value is (234,132,196). Sum of RGB (Red+Green+Blue) = 234+132+196=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84C4 is #157B3B. Grayscale: #A9A9A9. Windows color (decimal): -1407804 or 12879082. OLE color: 12879082.

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

Color convert

RGB234132196-
CMYK00.440.160.08
HSL322.35º70.83%71.76%-
HSV(B)322.35º43.59%91.76%-
XYZ52.1537.9856.81-
YUV169.79142.79173.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=41.64%
G=23.49%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413219600.440.160.08322.3570.8371.76
HexEA84C402C1081424748
Octal3522043040542010502107110
Binary111010101000010011000100010110010000100010100001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84C4; }

 p { color: rgb(234,132,196); }

 H1.HeaderClassName
 {
   color: #EA84C4;
 }
 .AnyTagClassName
 {
   color: #EA84C4;
 }
</style>
background-color css

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

 a { background-color: rgb(234,132,196); }

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

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

 span { border-color: rgb(234,132,196); }

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