Html Css Color HEX #E527E8 Razzle Dazzle Rose

📋 copy color: '#E527E8'

red 229 ◦ green 39 ◦ blue 232

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

Shades of Razzle Dazzle Rose #E527E8

Tints of Razzle Dazzle Rose #E527E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 45.8%
G = 7.8%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E527E8 (or 0xE527E8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and E8. RGB value is (229,39,232). Sum of RGB (Red+Green+Blue) = 229+39+232=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #E527E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527E8 is #1AD817. Grayscale: #757575. Windows color (decimal): -1759256 or 15214565. OLE color: 15214565.

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

Color convert

RGB 229 39 232 -
CMYK 0.01 0.83 0 0.09
HSL 299.07º 0.81% 0.53% -
HSV(B) 299.07º 0.83% 0.91% -
XYZ 47.6 23.94 78.45 -
YUV 117.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 229 39 232 0.01 0.83 0 0.09 299.07 0.81 0.53
Hex E5 27 E8 1 53 0 9 12B 51 35
Octal 345 47 350 1 123 0 11 453 121 65
Binary 11100101 100111 11101000 1 1010011 0 1001 100101011 1010001 110101

Color Harmonies of #E527E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527E8

Black with #E527E8

Text Example


Text Example

White with #E527E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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