#EA49A6

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

Shades of Brilliant Rose #EA49A6

Tints of Brilliant Rose #EA49A6

Color information

#EA49A6 (or 0xEA49A6) is unknown color: approx Brilliant Rose. HEX triplet: EA, 49 and A6. RGB value is (234,73,166). Sum of RGB (Red+Green+Blue) = 234+73+166=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49A6 is #15B659. Grayscale: #838383. Windows color (decimal): -1422938 or 10897898. OLE color: 10897898.

HSL color Cylindrical-coordinate representation of color #EA49A6: hue angle of 325.34º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49A6 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23473166-
CMYK00.690.290.08
HSL325.34º79.31%60.2%-
HSV(B)325.34º68.8%91.76%-
XYZ43.225.0138.63-
YUV131.74147.34200.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 73 (28.91% from 255) = 15.43%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=49.47%
G=15.43%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347316600.690.290.08325.3479.3160.2
HexEA49A60451D81454f3c
Octal3521112460105351050511774
Binary11101010100100110100110010001011110110001010001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49A6; }

 p { color: rgb(234,73,166); }

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

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

 a { background-color: rgb(234,73,166); }

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

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

 span { border-color: rgb(234,73,166); }

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