Html Css Color HEX #E520E1 Razzle Dazzle Rose

📋 copy color: '#E520E1'

red 229 ◦ green 32 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E520E1

Tints of Razzle Dazzle Rose #E520E1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.58%

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 47.12%
G = 6.58%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E520E1 (or 0xE520E1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 20 and E1. RGB value is (229,32,225). Sum of RGB (Red+Green+Blue) = 229+32+225=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E520E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520E1 is #1ADF1E. Grayscale: #707070. Windows color (decimal): -1761055 or 14754021. OLE color: 14754021.

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

Color convert

RGB 229 32 225 -
CMYK 0 0.86 0.02 0.10
HSL 301.22º 0.79% 0.51% -
HSV(B) 301.22º 0.86% 0.9% -
XYZ 46.42 23.13 73.25 -
YUV 112.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 229 32 225 0 0.86 0.02 0.10 301.22 0.79 0.51
Hex E5 20 E1 0 56 2 A 12D 4F 33
Octal 345 40 341 0 126 2 12 455 117 63
Binary 11100101 100000 11100001 0 1010110 10 1010 100101101 1001111 110011

Color Harmonies of #E520E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520E1

Black with #E520E1

Text Example


Text Example

White with #E520E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520E1; }

 p { color: rgb(229,32,225); }

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

background-color css

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

 a { background-color: rgb(229,32,225); }

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

border-color css

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

 span { border-color: rgb(229,32,225); }

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