#EA55AE

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

Shades of Brilliant Rose #EA55AE

Tints of Brilliant Rose #EA55AE

Color information

#EA55AE (or 0xEA55AE) is unknown color: approx Brilliant Rose. HEX triplet: EA, 55 and AE. RGB value is (234,85,174). Sum of RGB (Red+Green+Blue) = 234+85+174=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55AE is #15AA51. Grayscale: #8B8B8B. Windows color (decimal): -1419858 or 11425258. OLE color: 11425258.

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

Color convert

RGB23485174-
CMYK00.640.260.08
HSL324.16º78.01%62.55%-
HSV(B)324.16º63.68%91.76%-
XYZ44.8227.0542.9-
YUV139.7147.36195.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=47.46%
G=17.24%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348517400.640.260.08324.1678.0162.55
HexEA55AE0401A81444e3f
Octal3521252560100321050411677
Binary11101010101010110101110010000001101010001010001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55AE; }

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

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

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

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

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

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

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

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