Html Css Color HEX #E527E2 Razzle Dazzle Rose

📋 copy color: '#E527E2'

red 229 ◦ green 39 ◦ blue 226

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

Shades of Razzle Dazzle Rose #E527E2

Tints of Razzle Dazzle Rose #E527E2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.89%

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 46.36%
G = 7.89%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E527E2 (or 0xE527E2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and E2. RGB value is (229,39,226). Sum of RGB (Red+Green+Blue) = 229+39+226=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E527E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527E2 is #1AD81D. Grayscale: #747474. Windows color (decimal): -1759262 or 14821349. OLE color: 14821349.

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

Color convert

RGB 229 39 226 -
CMYK 0 0.83 0.01 0.10
HSL 300.95º 0.79% 0.53% -
HSV(B) 300.95º 0.83% 0.9% -
XYZ 46.77 23.6 74.04 -
YUV 117.13 189.45 207.79 -
System Red Green Blue C M Y K H S L
Decimal 229 39 226 0 0.83 0.01 0.10 300.95 0.79 0.53
Hex E5 27 E2 0 53 1 A 12D 4F 35
Octal 345 47 342 0 123 1 12 455 117 65
Binary 11100101 100111 11100010 0 1010011 1 1010 100101101 1001111 110101

Color Harmonies of #E527E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527E2

Black with #E527E2

Text Example


Text Example

White with #E527E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527E2; }

 p { color: rgb(229,39,226); }

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

background-color css

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

 a { background-color: rgb(229,39,226); }

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

border-color css

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

 span { border-color: rgb(229,39,226); }

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