Html Css Color HEX #E522E1 Razzle Dazzle Rose

📋 copy color: '#E522E1'

red 229 ◦ green 34 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E522E1

Tints of Razzle Dazzle Rose #E522E1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.97%

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

R = 46.93%
G = 6.97%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E522E1 (or 0xE522E1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 22 and E1. RGB value is (229,34,225). Sum of RGB (Red+Green+Blue) = 229+34+225=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E522E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522E1 is #1ADD1E. Grayscale: #717171. Windows color (decimal): -1760543 or 14754533. OLE color: 14754533.

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

Color convert

RGB 229 34 225 -
CMYK 0 0.85 0.02 0.10
HSL 301.23º 0.79% 0.52% -
HSV(B) 301.23º 0.85% 0.9% -
XYZ 46.48 23.24 73.27 -
YUV 114.08 190.6 209.97 -
System Red Green Blue C M Y K H S L
Decimal 229 34 225 0 0.85 0.02 0.10 301.23 0.79 0.52
Hex E5 22 E1 0 55 2 A 12D 4F 34
Octal 345 42 341 0 125 2 12 455 117 64
Binary 11100101 100010 11100001 0 1010101 10 1010 100101101 1001111 110100

Color Harmonies of #E522E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522E1

Black with #E522E1

Text Example


Text Example

White with #E522E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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