#EA51B6

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

Shades of Brilliant Rose #EA51B6

Tints of Brilliant Rose #EA51B6

Color information

#EA51B6 (or 0xEA51B6) is unknown color: approx Brilliant Rose. HEX triplet: EA, 51 and B6. RGB value is (234,81,182). Sum of RGB (Red+Green+Blue) = 234+81+182=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA51B6 is #15AE49. Grayscale: #8A8A8A. Windows color (decimal): -1420874 or 11948522. OLE color: 11948522.

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

Color convert

RGB23481182-
CMYK00.650.220.08
HSL320.39º78.46%61.76%-
HSV(B)320.39º65.38%91.76%-
XYZ45.3226.7547.03-
YUV138.26152.69196.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 16.30%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=47.08%
G=16.30%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348118200.650.220.08320.3978.4661.76
HexEA51B60411681404e3e
Octal3521212660101261050011676
Binary11101010101000110110110010000011011010001010000001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA51B6; }

 p { color: rgb(234,81,182); }

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

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

 a { background-color: rgb(234,81,182); }

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

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

 span { border-color: rgb(234,81,182); }

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