Html Css Color HEX #E725E5 Razzle Dazzle Rose

📋 copy color: '#E725E5'

red 231 ◦ green 37 ◦ blue 229

#E725E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E725E5

Tints of Razzle Dazzle Rose #E725E5

RGB

 RED value IS 231 (90.63% from 255) = 46.48%

 GREEN value IS 37 (14.84% from 255) = 7.44%

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 46.48%
G = 7.44%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E725E5 (or 0xE725E5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 25 and E5. RGB value is (231,37,229). Sum of RGB (Red+Green+Blue) = 231+37+229=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E725E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725E5 is #18DA1A. Grayscale: #747474. Windows color (decimal): -1628699 or 15017447. OLE color: 15017447.

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

Color convert

RGB 231 37 229 -
CMYK 0 0.84 0.01 0.09
HSL 300.62º 0.8% 0.53% -
HSV(B) 300.62º 0.84% 0.91% -
XYZ 47.76 23.97 76.24 -
YUV 116.89 191.27 209.39 -
System Red Green Blue C M Y K H S L
Decimal 231 37 229 0 0.84 0.01 0.09 300.62 0.8 0.53
Hex E7 25 E5 0 54 1 9 12D 50 35
Octal 347 45 345 0 124 1 11 455 120 65
Binary 11100111 100101 11100101 0 1010100 1 1001 100101101 1010000 110101

Color Harmonies of #E725E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725E5

Black with #E725E5

Text Example


Text Example

White with #E725E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725E5; }

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

 H1.HeaderClassName
 {
   color: #E725E5;
 }
 .AnyTagClassName
 {
   color: #E725E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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