#EA44AC

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

Shades of Brilliant Rose #EA44AC

Tints of Brilliant Rose #EA44AC

Color information

#EA44AC (or 0xEA44AC) is unknown color: approx Brilliant Rose. HEX triplet: EA, 44 and AC. RGB value is (234,68,172). Sum of RGB (Red+Green+Blue) = 234+68+172=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44AC is #15BB53. Grayscale: #818181. Windows color (decimal): -1424212 or 11289834. OLE color: 11289834.

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

Color convert

RGB23468172-
CMYK00.710.260.08
HSL322.41º79.81%59.22%-
HSV(B)322.41º70.94%91.76%-
XYZ43.4524.6141.49-
YUV129.49152202.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=49.37%
G=14.35%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346817200.710.260.08322.4179.8159.22
HexEA44AC0471A8142503b
Octal3521042540107321050212073
Binary11101010100010010101100010001111101010001010000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44AC; }

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

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

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

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

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

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

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

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