Html Css Color HEX #E525DD Razzle Dazzle Rose

📋 copy color: '#E525DD'

red 229 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E525DD

Tints of Razzle Dazzle Rose #E525DD

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 47.02%
G = 7.6%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E525DD (or 0xE525DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and DD. RGB value is (229,37,221). Sum of RGB (Red+Green+Blue) = 229+37+221=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E525DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525DD is #1ADA22. Grayscale: #727272. Windows color (decimal): -1759779 or 14493157. OLE color: 14493157.

HSL color Cylindrical-coordinate representation of color #E525DD: hue angle of 302.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E525DD is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 221 -
CMYK 0 0.84 0.03 0.10
HSL 302.5º 0.79% 0.52% -
HSV(B) 302.5º 0.84% 0.9% -
XYZ 46.03 23.2 70.46 -
YUV 115.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 229 37 221 0 0.84 0.03 0.10 302.5 0.79 0.52
Hex E5 25 DD 0 54 3 A 12E 4F 34
Octal 345 45 335 0 124 3 12 456 117 64
Binary 11100101 100101 11011101 0 1010100 11 1010 100101110 1001111 110100

Color Harmonies of #E525DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525DD

Black with #E525DD

Text Example


Text Example

White with #E525DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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