#EA40B5

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

Shades of Razzle Dazzle Rose #EA40B5

Tints of Razzle Dazzle Rose #EA40B5

Color information

#EA40B5 (or 0xEA40B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 40 and B5. RGB value is (234,64,181). Sum of RGB (Red+Green+Blue) = 234+64+181=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA40B5 is #15BF4A. Grayscale: #7F7F7F. Windows color (decimal): -1425227 or 11878634. OLE color: 11878634.

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

Color convert

RGB23464181-
CMYK00.730.230.08
HSL318.71º80.19%58.43%-
HSV(B)318.71º72.65%91.76%-
XYZ44.1124.546.12-
YUV128.17157.82203.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=48.85%
G=13.36%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346418100.730.230.08318.7180.1958.43
HexEA40B504917813f503a
Octal3521002650111271047712072
Binary11101010100000010110101010010011011110001001111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40B5; }

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

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

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

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

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

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

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

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