Html Css Color HEX #E526DA Razzle Dazzle Rose

📋 copy color: '#E526DA'

red 229 ◦ green 38 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E526DA

Tints of Razzle Dazzle Rose #E526DA

RGB

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

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

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

R = 47.22%
G = 7.84%
B = 44.95%

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

#E526DA (or 0xE526DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and DA. RGB value is (229,38,218). Sum of RGB (Red+Green+Blue) = 229+38+218=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E526DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526DA is #1AD925. Grayscale: #737373. Windows color (decimal): -1759526 or 14296805. OLE color: 14296805.

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

Color convert

RGB 229 38 218 -
CMYK 0 0.83 0.05 0.10
HSL 303.46º 0.79% 0.52% -
HSV(B) 303.46º 0.83% 0.9% -
XYZ 45.66 23.11 68.38 -
YUV 115.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 229 38 218 0 0.83 0.05 0.10 303.46 0.79 0.52
Hex E5 26 DA 0 53 5 A 12F 4F 34
Octal 345 46 332 0 123 5 12 457 117 64
Binary 11100101 100110 11011010 0 1010011 101 1010 100101111 1001111 110100

Color Harmonies of #E526DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526DA

Black with #E526DA

Text Example


Text Example

White with #E526DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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