#E32BBB

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

Shades of Razzle Dazzle Rose #E32BBB

Tints of Razzle Dazzle Rose #E32BBB

Color information

#E32BBB (or 0xE32BBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 2B and BB. RGB value is (227,43,187). Sum of RGB (Red+Green+Blue) = 227+43+187=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BBB is #1CD444. Grayscale: #727272. Windows color (decimal): -1889349 or 12266467. OLE color: 12266467.

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

Color convert

RGB22743187-
CMYK00.810.180.11
HSL313.04º76.67%52.94%-
HSV(B)313.04º81.06%89.02%-
XYZ41.5121.6549-
YUV114.43168.96208.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.67%
GREEN value IS 43 (17.19% from 255) = 9.41%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=49.67%
G=9.41%
B=40.92%

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
Decimal2274318700.810.180.11313.0476.6752.94
HexE32BBB05112B1394d35
Octal343532730121221347111565
Binary1110001110101110111011010100011001010111001110011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32BBB; }

 p { color: rgb(227,43,187); }

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

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

 a { background-color: rgb(227,43,187); }

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

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

 span { border-color: rgb(227,43,187); }

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