#EA84C1

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

Shades of Tea Rose #EA84C1

Tints of Tea Rose #EA84C1

Color information

#EA84C1 (or 0xEA84C1) is unknown color: approx Tea Rose. HEX triplet: EA, 84 and C1. RGB value is (234,132,193). Sum of RGB (Red+Green+Blue) = 234+132+193=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84C1 is #157B3E. Grayscale: #A9A9A9. Windows color (decimal): -1407807 or 12682474. OLE color: 12682474.

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

Color convert

RGB234132193-
CMYK00.440.180.08
HSL324.12º70.83%71.76%-
HSV(B)324.12º43.59%91.76%-
XYZ51.8137.8555.03-
YUV169.45141.29174.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=41.86%
G=23.61%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413219300.440.180.08324.1270.8371.76
HexEA84C102C1281444748
Octal3522043010542210504107110
Binary111010101000010011000001010110010010100010100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84C1; }

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

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

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

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

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

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

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

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