#E725C8

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

Shades of Razzle Dazzle Rose #E725C8

Tints of Razzle Dazzle Rose #E725C8

Color information

#E725C8 (or 0xE725C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 25 and C8. RGB value is (231,37,200). Sum of RGB (Red+Green+Blue) = 231+37+200=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E725C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725C8 is #18DA37. Grayscale: #717171. Windows color (decimal): -1628728 or 13116903. OLE color: 13116903.

HSL color Cylindrical-coordinate representation of color #E725C8: hue angle of 309.59º 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 #E725C8 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23137200-
CMYK00.840.130.09
HSL309.59º80.17%52.55%-
HSV(B)309.59º83.98%90.59%-
XYZ44.0422.4856.66-
YUV113.59176.77211.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 37 (14.84% from 255) = 7.91%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=49.36%
G=7.91%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313720000.840.130.09309.5980.1752.55
HexE725C8054D91365035
Octal347453100124151146612065
Binary111001111001011100100001010100110110011001101101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E725C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E725C8; }

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

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

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

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

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

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

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

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