#EA55A4

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

Shades of Brilliant Rose #EA55A4

Tints of Brilliant Rose #EA55A4

Color information

#EA55A4 (or 0xEA55A4) is unknown color: approx Brilliant Rose. HEX triplet: EA, 55 and A4. RGB value is (234,85,164). Sum of RGB (Red+Green+Blue) = 234+85+164=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A4 is #15AA5B. Grayscale: #8A8A8A. Windows color (decimal): -1419868 or 10769898. OLE color: 10769898.

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

Color convert

RGB23485164-
CMYK00.640.300.08
HSL328.19º78.01%62.55%-
HSV(B)328.19º63.68%91.76%-
XYZ43.8826.6737.96-
YUV138.56142.36196.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=48.45%
G=17.60%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348516400.640.300.08328.1978.0162.55
HexEA55A40401E81484e3f
Octal3521252440100361051011677
Binary11101010101010110100100010000001111010001010010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55A4; }

 p { color: rgb(234,85,164); }

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

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

 a { background-color: rgb(234,85,164); }

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

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

 span { border-color: rgb(234,85,164); }

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