#E42BBA

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

Shades of Razzle Dazzle Rose #E42BBA

Tints of Razzle Dazzle Rose #E42BBA

Color information

#E42BBA (or 0xE42BBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 2B and BA. RGB value is (228,43,186). Sum of RGB (Red+Green+Blue) = 228+43+186=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42BBA is #1BD445. Grayscale: #727272. Windows color (decimal): -1823814 or 12200932. OLE color: 12200932.

HSL color Cylindrical-coordinate representation of color #E42BBA: hue angle of 313.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42BBA is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22843186-
CMYK00.810.180.11
HSL313.62º77.41%53.14%-
HSV(B)313.62º81.14%89.41%-
XYZ41.7221.7748.46-
YUV114.62168.29208.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.89%
GREEN value IS 43 (17.19% from 255) = 9.41%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=49.89%
G=9.41%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284318600.810.180.11313.6277.4153.14
HexE42BBA05112B13a4d35
Octal344532720121221347211565
Binary1110010010101110111010010100011001010111001110101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42BBA; }

 p { color: rgb(228,43,186); }

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

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

 a { background-color: rgb(228,43,186); }

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

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

 span { border-color: rgb(228,43,186); }

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