#EA44B6

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

Shades of Razzle Dazzle Rose #EA44B6

Tints of Razzle Dazzle Rose #EA44B6

Color information

#EA44B6 (or 0xEA44B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 44 and B6. RGB value is (234,68,182). Sum of RGB (Red+Green+Blue) = 234+68+182=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA44B6 is #15BB49. Grayscale: #828282. Windows color (decimal): -1424202 or 11945194. OLE color: 11945194.

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

Color convert

RGB23468182-
CMYK00.710.220.08
HSL318.8º79.81%59.22%-
HSV(B)318.8º70.94%91.76%-
XYZ44.442546.74-
YUV130.63157201.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 68 (26.95% from 255) = 14.05%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=48.35%
G=14.05%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346818200.710.220.08318.879.8159.22
HexEA44B604716813f503b
Octal3521042660107261047712073
Binary11101010100010010110110010001111011010001001111111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44B6; }

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

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

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

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

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

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

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

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