#E721E5

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

Shades of Razzle Dazzle Rose #E721E5

Tints of Razzle Dazzle Rose #E721E5

Color information

#E721E5 (or 0xE721E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 21 and E5. RGB value is (231,33,229). Sum of RGB (Red+Green+Blue) = 231+33+229=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E721E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721E5 is #18DE1A. Grayscale: #717171. Windows color (decimal): -1629723 or 15016423. OLE color: 15016423.

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

Color convert

RGB23133229-
CMYK00.860.010.09
HSL300.61º80.49%51.76%-
HSV(B)300.61º85.71%90.59%-
XYZ47.6423.7376.2-
YUV114.55192.6211.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 33 (13.28% from 255) = 6.69%
BLUE value IS 229 (89.84% from 255) = 46.45%
R=46.86%
G=6.69%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313322900.860.010.09300.6180.4951.76
HexE721E50561912d5034
Octal34741345012611145512064
Binary111001111000011110010101010110110011001011011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E721E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E721E5; }

 p { color: rgb(231,33,229); }

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

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

 a { background-color: rgb(231,33,229); }

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

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

 span { border-color: rgb(231,33,229); }

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