#EA41B8

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

Shades of Razzle Dazzle Rose #EA41B8

Tints of Razzle Dazzle Rose #EA41B8

Color information

#EA41B8 (or 0xEA41B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 41 and B8. RGB value is (234,65,184). Sum of RGB (Red+Green+Blue) = 234+65+184=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41B8 is #15BE47. Grayscale: #808080. Windows color (decimal): -1424968 or 12075498. OLE color: 12075498.

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

Color convert

RGB23465184-
CMYK00.720.210.08
HSL317.75º80.09%58.63%-
HSV(B)317.75º72.22%91.76%-
XYZ44.4724.7347.78-
YUV129.1158.99202.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=48.45%
G=13.46%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346518400.720.210.08317.7580.0958.63
HexEA41B804815813e503b
Octal3521012700110251047612073
Binary11101010100000110111000010010001010110001001111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA41B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA41B8; }

 p { color: rgb(234,65,184); }

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

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

 a { background-color: rgb(234,65,184); }

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

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

 span { border-color: rgb(234,65,184); }

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