Html Css Color HEX #E527E7 Razzle Dazzle Rose

📋 copy color: '#E527E7'

red 229 ◦ green 39 ◦ blue 231

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

Shades of Razzle Dazzle Rose #E527E7

Tints of Razzle Dazzle Rose #E527E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 45.89%
G = 7.82%
B = 46.29%

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

#E527E7 (or 0xE527E7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and E7. RGB value is (229,39,231). Sum of RGB (Red+Green+Blue) = 229+39+231=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #E527E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527E7 is #1AD818. Grayscale: #757575. Windows color (decimal): -1759257 or 15149029. OLE color: 15149029.

HSL color Cylindrical-coordinate representation of color #E527E7: hue angle of 299.38º degrees, saturation: 0.8, 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 #E527E7 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 39 231 -
CMYK 0.01 0.83 0 0.09
HSL 299.38º 0.8% 0.53% -
HSV(B) 299.38º 0.83% 0.91% -
XYZ 47.46 23.88 77.71 -
YUV 117.7 191.95 207.39 -
System Red Green Blue C M Y K H S L
Decimal 229 39 231 0.01 0.83 0 0.09 299.38 0.8 0.53
Hex E5 27 E7 1 53 0 9 12B 50 35
Octal 345 47 347 1 123 0 11 453 120 65
Binary 11100101 100111 11100111 1 1010011 0 1001 100101011 1010000 110101

Color Harmonies of #E527E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527E7

Black with #E527E7

Text Example


Text Example

White with #E527E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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