#E725CE

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

Shades of Razzle Dazzle Rose #E725CE

Tints of Razzle Dazzle Rose #E725CE

Color information

#E725CE (or 0xE725CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 25 and CE. RGB value is (231,37,206). Sum of RGB (Red+Green+Blue) = 231+37+206=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E725CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725CE is #18DA31. Grayscale: #717171. Windows color (decimal): -1628722 or 13510119. OLE color: 13510119.

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

Color convert

RGB23137206-
CMYK00.840.110.09
HSL307.73º80.17%52.55%-
HSV(B)307.73º83.98%90.59%-
XYZ44.7622.7760.43-
YUV114.27179.77211.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 37 (14.84% from 255) = 7.81%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=48.73%
G=7.81%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313720600.840.110.09307.7380.1752.55
HexE725CE054B91345035
Octal347453160124131146412065
Binary111001111001011100111001010100101110011001101001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E725CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E725CE; }

 p { color: rgb(231,37,206); }

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

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

 a { background-color: rgb(231,37,206); }

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

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

 span { border-color: rgb(231,37,206); }

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