Html Css Color HEX #E526D8 Razzle Dazzle Rose

📋 copy color: '#E526D8'

red 229 ◦ green 38 ◦ blue 216

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

Shades of Razzle Dazzle Rose #E526D8

Tints of Razzle Dazzle Rose #E526D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 47.41%
G = 7.87%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E526D8 (or 0xE526D8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and D8. RGB value is (229,38,216). Sum of RGB (Red+Green+Blue) = 229+38+216=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E526D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526D8 is #1AD927. Grayscale: #727272. Windows color (decimal): -1759528 or 14165733. OLE color: 14165733.

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

Color convert

RGB 229 38 216 -
CMYK 0 0.83 0.06 0.10
HSL 304.08º 0.79% 0.52% -
HSV(B) 304.08º 0.83% 0.9% -
XYZ 45.4 23 67.01 -
YUV 115.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 229 38 216 0 0.83 0.06 0.10 304.08 0.79 0.52
Hex E5 26 D8 0 53 6 A 130 4F 34
Octal 345 46 330 0 123 6 12 460 117 64
Binary 11100101 100110 11011000 0 1010011 110 1010 100110000 1001111 110100

Color Harmonies of #E526D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526D8

Black with #E526D8

Text Example


Text Example

White with #E526D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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