#E32BBE

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

Shades of Razzle Dazzle Rose #E32BBE

Tints of Razzle Dazzle Rose #E32BBE

Color information

#E32BBE (or 0xE32BBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 2B and BE. RGB value is (227,43,190). Sum of RGB (Red+Green+Blue) = 227+43+190=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BBE is #1CD441. Grayscale: #727272. Windows color (decimal): -1889346 or 12463075. OLE color: 12463075.

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

Color convert

RGB22743190-
CMYK00.810.160.11
HSL312.07º76.67%52.94%-
HSV(B)312.07º81.06%89.02%-
XYZ41.8421.7850.71-
YUV114.77170.46208.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.35%
GREEN value IS 43 (17.19% from 255) = 9.35%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=49.35%
G=9.35%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274319000.810.160.11312.0776.6752.94
HexE32BBE05110B1384d35
Octal343532760121201347011565
Binary1110001110101110111110010100011000010111001110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32BBE; }

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

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

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

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

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

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

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

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