#EA61A2

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

Shades of Brilliant Rose #EA61A2

Tints of Brilliant Rose #EA61A2

Color information

#EA61A2 (or 0xEA61A2) is unknown color: approx Brilliant Rose. HEX triplet: EA, 61 and A2. RGB value is (234,97,162). Sum of RGB (Red+Green+Blue) = 234+97+162=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA61A2 is #159E5D. Grayscale: #919191. Windows color (decimal): -1416798 or 10641898. OLE color: 10641898.

HSL color Cylindrical-coordinate representation of color #EA61A2: hue angle of 331.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA61A2 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB23497162-
CMYK00.590.310.08
HSL331.53º76.54%64.9%-
HSV(B)331.53º58.55%91.76%-
XYZ44.7328.6537.36-
YUV145.37137.39191.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=47.46%
G=19.68%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349716200.590.310.08331.5376.5464.9
HexEA61A203B1F814c4d41
Octal3521412420733710514115101
Binary11101010110000110100010011101111111100010100110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61A2; }

 p { color: rgb(234,97,162); }

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

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

 a { background-color: rgb(234,97,162); }

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

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

 span { border-color: rgb(234,97,162); }

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