#E42FE5

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

Shades of Razzle Dazzle Rose #E42FE5

Tints of Razzle Dazzle Rose #E42FE5

Color information

#E42FE5 (or 0xE42FE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 2F and E5. RGB value is (228,47,229). Sum of RGB (Red+Green+Blue) = 228+47+229=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #E42FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42FE5 is #1BD01A. Grayscale: #797979. Windows color (decimal): -1822747 or 15020004. OLE color: 15020004.

HSL color Cylindrical-coordinate representation of color #E42FE5: hue angle of 299.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42FE5 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22847229-
CMYK0.000.7900.10
HSL299.67º77.78%54.12%-
HSV(B)299.67º79.48%89.8%-
XYZ47.1524.1876.31-
YUV121.87188.47203.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.24%
GREEN value IS 47 (18.75% from 255) = 9.33%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=45.24%
G=9.33%
B=45.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228472290.000.7900.10299.6777.7854.12
HexE42FE504F0A12c4e36
Octal34457345011701245411666
Binary111001001011111110010101001111010101001011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42FE5; }

 p { color: rgb(228,47,229); }

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

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

 a { background-color: rgb(228,47,229); }

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

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

 span { border-color: rgb(228,47,229); }

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