#E440C5

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

Shades of Razzle Dazzle Rose #E440C5

Tints of Razzle Dazzle Rose #E440C5

Color information

#E440C5 (or 0xE440C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 40 and C5. RGB value is (228,64,197). Sum of RGB (Red+Green+Blue) = 228+64+197=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E440C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440C5 is #1BBF3A. Grayscale: #7F7F7F. Windows color (decimal): -1818427 or 12927204. OLE color: 12927204.

HSL color Cylindrical-coordinate representation of color #E440C5: hue angle of 311.34º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440C5 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22864197-
CMYK00.720.140.11
HSL311.34º75.23%57.25%-
HSV(B)311.34º71.93%89.41%-
XYZ43.9124.1955.18-
YUV128.2166.83199.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.63%
GREEN value IS 64 (25.39% from 255) = 13.09%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=46.63%
G=13.09%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286419700.720.140.11311.3475.2357.25
HexE440C5048EB1374b39
Octal3441003050110161346711371
Binary1110010010000001100010101001000111010111001101111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E440C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E440C5; }

 p { color: rgb(228,64,197); }

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

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

 a { background-color: rgb(228,64,197); }

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

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

 span { border-color: rgb(228,64,197); }

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