#EA40B8

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

Shades of Razzle Dazzle Rose #EA40B8

Tints of Razzle Dazzle Rose #EA40B8

Color information

#EA40B8 (or 0xEA40B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 40 and B8. RGB value is (234,64,184). Sum of RGB (Red+Green+Blue) = 234+64+184=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA40B8 is #15BF47. Grayscale: #808080. Windows color (decimal): -1425224 or 12075242. OLE color: 12075242.

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

Color convert

RGB23464184-
CMYK00.730.210.08
HSL317.65º80.19%58.43%-
HSV(B)317.65º72.65%91.76%-
XYZ44.4224.6247.76-
YUV128.51159.32203.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 64 (25.39% from 255) = 13.28%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=48.55%
G=13.28%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346418400.730.210.08317.6580.1958.43
HexEA40B804915813e503a
Octal3521002700111251047612072
Binary11101010100000010111000010010011010110001001111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40B8; }

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

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

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

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

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

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

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

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