Html Css Color HEX #E527CE Razzle Dazzle Rose

📋 copy color: '#E527CE'

red 229 ◦ green 39 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E527CE

Tints of Razzle Dazzle Rose #E527CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 48.31%
G = 8.23%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E527CE (or 0xE527CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and CE. RGB value is (229,39,206). Sum of RGB (Red+Green+Blue) = 229+39+206=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E527CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527CE is #1AD831. Grayscale: #727272. Windows color (decimal): -1759282 or 13510629. OLE color: 13510629.

HSL color Cylindrical-coordinate representation of color #E527CE: hue angle of 307.26º 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 #E527CE is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 39 206 -
CMYK 0 0.83 0.10 0.10
HSL 307.26º 0.79% 0.53% -
HSV(B) 307.26º 0.83% 0.9% -
XYZ 44.18 22.57 60.42 -
YUV 114.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 229 39 206 0 0.83 0.10 0.10 307.26 0.79 0.53
Hex E5 27 CE 0 53 A A 133 4F 35
Octal 345 47 316 0 123 12 12 463 117 65
Binary 11100101 100111 11001110 0 1010011 1010 1010 100110011 1001111 110101

Color Harmonies of #E527CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527CE

Black with #E527CE

Text Example


Text Example

White with #E527CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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