#E72BE9

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

Shades of Razzle Dazzle Rose #E72BE9

Tints of Razzle Dazzle Rose #E72BE9

Color information

#E72BE9 (or 0xE72BE9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 2B and E9. RGB value is (231,43,233). Sum of RGB (Red+Green+Blue) = 231+43+233=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #E72BE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72BE9 is #18D416. Grayscale: #787878. Windows color (decimal): -1627159 or 15281127. OLE color: 15281127.

HSL color Cylindrical-coordinate representation of color #E72BE9: hue angle of 299.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72BE9 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB23143233-
CMYK0.010.8200.09
HSL299.37º81.2%54.12%-
HSV(B)299.37º81.55%91.37%-
XYZ48.5324.679.28-
YUV120.87191.28206.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 43 (17.19% from 255) = 8.48%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=45.56%
G=8.48%
B=45.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231432330.010.8200.09299.3781.254.12
HexE72BE91520912b5136
Octal34753351112201145312166
Binary111001111010111110100111010010010011001010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72BE9; }

 p { color: rgb(231,43,233); }

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

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

 a { background-color: rgb(231,43,233); }

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

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

 span { border-color: rgb(231,43,233); }

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