Html Css Color HEX #E526D9 Razzle Dazzle Rose

📋 copy color: '#E526D9'

red 229 ◦ green 38 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E526D9

Tints of Razzle Dazzle Rose #E526D9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.85%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 47.31%
G = 7.85%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E526D9 (or 0xE526D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and D9. RGB value is (229,38,217). Sum of RGB (Red+Green+Blue) = 229+38+217=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E526D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526D9 is #1AD926. Grayscale: #727272. Windows color (decimal): -1759527 or 14231269. OLE color: 14231269.

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

Color convert

RGB 229 38 217 -
CMYK 0 0.83 0.05 0.10
HSL 303.77º 0.79% 0.52% -
HSV(B) 303.77º 0.83% 0.9% -
XYZ 45.53 23.05 67.7 -
YUV 115.52 185.28 208.95 -
System Red Green Blue C M Y K H S L
Decimal 229 38 217 0 0.83 0.05 0.10 303.77 0.79 0.52
Hex E5 26 D9 0 53 5 A 130 4F 34
Octal 345 46 331 0 123 5 12 460 117 64
Binary 11100101 100110 11011001 0 1010011 101 1010 100110000 1001111 110100

Color Harmonies of #E526D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526D9

Black with #E526D9

Text Example


Text Example

White with #E526D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526D9; }

 p { color: rgb(229,38,217); }

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

background-color css

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

 a { background-color: rgb(229,38,217); }

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

border-color css

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

 span { border-color: rgb(229,38,217); }

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