#E440B4

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

Shades of Razzle Dazzle Rose #E440B4

Tints of Razzle Dazzle Rose #E440B4

Color information

#E440B4 (or 0xE440B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 40 and B4. RGB value is (228,64,180). Sum of RGB (Red+Green+Blue) = 228+64+180=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E440B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440B4 is #1BBF4B. Grayscale: #7D7D7D. Windows color (decimal): -1818444 or 11813092. OLE color: 11813092.

HSL color Cylindrical-coordinate representation of color #E440B4: hue angle of 317.56º 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 #E440B4 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB22864180-
CMYK00.720.210.11
HSL317.56º75.23%57.25%-
HSV(B)317.56º71.93%89.41%-
XYZ42.0723.4645.49-
YUV126.26158.33200.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=48.31%
G=13.56%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286418000.720.210.11317.5675.2357.25
HexE440B404815B13e4b39
Octal3441002640110251347611371
Binary11100100100000010110100010010001010110111001111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E440B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E440B4; }

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

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

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

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

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

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

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

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