#EA44A5

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

Shades of Brilliant Rose #EA44A5

Tints of Brilliant Rose #EA44A5

Color information

#EA44A5 (or 0xEA44A5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 44 and A5. RGB value is (234,68,165). Sum of RGB (Red+Green+Blue) = 234+68+165=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44A5 is #15BB5A. Grayscale: #808080. Windows color (decimal): -1424219 or 10831082. OLE color: 10831082.

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

Color convert

RGB23468165-
CMYK00.710.290.08
HSL324.94º79.81%59.22%-
HSV(B)324.94º70.94%91.76%-
XYZ42.7924.3438.04-
YUV128.69148.5203.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=50.11%
G=14.56%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346816500.710.290.08324.9479.8159.22
HexEA44A50471D8145503b
Octal3521042450107351050512073
Binary11101010100010010100101010001111110110001010001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44A5; }

 p { color: rgb(234,68,165); }

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

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

 a { background-color: rgb(234,68,165); }

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

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

 span { border-color: rgb(234,68,165); }

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