#EA44A3

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

Shades of Brilliant Rose #EA44A3

Tints of Brilliant Rose #EA44A3

Color information

#EA44A3 (or 0xEA44A3) is unknown color: approx Brilliant Rose. HEX triplet: EA, 44 and A3. RGB value is (234,68,163). Sum of RGB (Red+Green+Blue) = 234+68+163=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44A3 is #15BB5C. Grayscale: #808080. Windows color (decimal): -1424221 or 10700010. OLE color: 10700010.

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

Color convert

RGB23468163-
CMYK00.710.300.08
HSL325.66º79.81%59.22%-
HSV(B)325.66º70.94%91.76%-
XYZ42.6124.2737.09-
YUV128.46147.5203.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 68 (26.95% from 255) = 14.62%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=50.32%
G=14.62%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346816300.710.300.08325.6679.8159.22
HexEA44A30471E8146503b
Octal3521042430107361050612073
Binary11101010100010010100011010001111111010001010001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44A3; }

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

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

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

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

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

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

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

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