Html Css Color HEX #E725DA Razzle Dazzle Rose

📋 copy color: '#E725DA'

red 231 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E725DA

Tints of Razzle Dazzle Rose #E725DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 47.53%
G = 7.61%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E725DA (or 0xE725DA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 25 and DA. RGB value is (231,37,218). Sum of RGB (Red+Green+Blue) = 231+37+218=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E725DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725DA is #18DA25. Grayscale: #737373. Windows color (decimal): -1628710 or 14296551. OLE color: 14296551.

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

Color convert

RGB 231 37 218 -
CMYK 0 0.84 0.06 0.09
HSL 304.02º 0.8% 0.53% -
HSV(B) 304.02º 0.84% 0.91% -
XYZ 46.27 23.37 68.4 -
YUV 115.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 231 37 218 0 0.84 0.06 0.09 304.02 0.8 0.53
Hex E7 25 DA 0 54 6 9 130 50 35
Octal 347 45 332 0 124 6 11 460 120 65
Binary 11100111 100101 11011010 0 1010100 110 1001 100110000 1010000 110101

Color Harmonies of #E725DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725DA

Black with #E725DA

Text Example


Text Example

White with #E725DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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