#E72CEB

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

Shades of Razzle Dazzle Rose #E72CEB

Tints of Razzle Dazzle Rose #E72CEB

Color information

#E72CEB (or 0xE72CEB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 2C and EB. RGB value is (231,44,235). Sum of RGB (Red+Green+Blue) = 231+44+235=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #E72CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72CEB is #18D314. Grayscale: #797979. Windows color (decimal): -1626901 or 15412455. OLE color: 15412455.

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

Color convert

RGB23144235-
CMYK0.020.8100.08
HSL298.74º82.68%54.71%-
HSV(B)298.74º81.28%92.16%-
XYZ48.8524.7980.81-
YUV121.69191.95205.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 44 (17.58% from 255) = 8.63%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=45.29%
G=8.63%
B=46.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231442350.020.8100.08298.7482.6854.71
HexE72CEB2510812b5337
Octal34754353212101045312367
Binary1110011110110011101011101010001010001001010111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72CEB; }

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

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

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

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

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

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

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

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