Html Css Color HEX #E527DF Razzle Dazzle Rose

📋 copy color: '#E527DF'

red 229 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E527DF

Tints of Razzle Dazzle Rose #E527DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 46.64%
G = 7.94%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E527DF (or 0xE527DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and DF. RGB value is (229,39,223). Sum of RGB (Red+Green+Blue) = 229+39+223=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E527DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527DF is #1AD820. Grayscale: #747474. Windows color (decimal): -1759265 or 14624741. OLE color: 14624741.

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

Color convert

RGB 229 39 223 -
CMYK 0 0.83 0.03 0.10
HSL 301.89º 0.79% 0.53% -
HSV(B) 301.89º 0.83% 0.9% -
XYZ 46.36 23.44 71.89 -
YUV 116.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 229 39 223 0 0.83 0.03 0.10 301.89 0.79 0.53
Hex E5 27 DF 0 53 3 A 12E 4F 35
Octal 345 47 337 0 123 3 12 456 117 65
Binary 11100101 100111 11011111 0 1010011 11 1010 100101110 1001111 110101

Color Harmonies of #E527DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527DF

Black with #E527DF

Text Example


Text Example

White with #E527DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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