#E72FEB

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

Shades of Razzle Dazzle Rose #E72FEB

Tints of Razzle Dazzle Rose #E72FEB

Color information

#E72FEB (or 0xE72FEB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 2F and EB. RGB value is (231,47,235). Sum of RGB (Red+Green+Blue) = 231+47+235=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #E72FEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FEB is #18D014. Grayscale: #7A7A7A. Windows color (decimal): -1626133 or 15413223. OLE color: 15413223.

HSL color Cylindrical-coordinate representation of color #E72FEB: hue angle of 298.72º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FEB is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23147235-
CMYK0.020.800.08
HSL298.72º82.46%55.29%-
HSV(B)298.72º80%92.16%-
XYZ48.9725.0280.85-
YUV123.45190.96204.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 47 (18.75% from 255) = 9.16%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=45.03%
G=9.16%
B=45.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231472350.020.800.08298.7282.4655.29
HexE72FEB2500812b5237
Octal34757353212001045312267
Binary1110011110111111101011101010000010001001010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72FEB; }

 p { color: rgb(231,47,235); }

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

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

 a { background-color: rgb(231,47,235); }

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

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

 span { border-color: rgb(231,47,235); }

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