#E72CCD

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

Shades of Razzle Dazzle Rose #E72CCD

Tints of Razzle Dazzle Rose #E72CCD

Color information

#E72CCD (or 0xE72CCD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 2C and CD. RGB value is (231,44,205). Sum of RGB (Red+Green+Blue) = 231+44+205=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CCD is #18D332. Grayscale: #757575. Windows color (decimal): -1626931 or 13446375. OLE color: 13446375.

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

Color convert

RGB23144205-
CMYK00.810.110.09
HSL308.34º79.57%53.92%-
HSV(B)308.34º80.95%90.59%-
XYZ44.8823.259.87-
YUV118.27176.95208.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=48.12%
G=9.17%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314420500.810.110.09308.3479.5753.92
HexE72CCD051B91345036
Octal347543150121131146412066
Binary111001111011001100110101010001101110011001101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72CCD; }

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

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

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

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

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

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

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

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