Html Css Color HEX #E535DF Razzle Dazzle Rose

📋 copy color: '#E535DF'

red 229 ◦ green 53 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E535DF

Tints of Razzle Dazzle Rose #E535DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.5%

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

R = 45.35%
G = 10.5%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E535DF (or 0xE535DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and DF. RGB value is (229,53,223). Sum of RGB (Red+Green+Blue) = 229+53+223=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E535DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535DF is #1ACA20. Grayscale: #7C7C7C. Windows color (decimal): -1755681 or 14628325. OLE color: 14628325.

HSL color Cylindrical-coordinate representation of color #E535DF: hue angle of 302.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535DF is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 53 223 -
CMYK 0 0.77 0.03 0.10
HSL 302.05º 0.77% 0.55% -
HSV(B) 302.05º 0.77% 0.9% -
XYZ 46.91 24.53 72.07 -
YUV 125 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 229 53 223 0 0.77 0.03 0.10 302.05 0.77 0.55
Hex E5 35 DF 0 4D 3 A 12E 4D 37
Octal 345 65 337 0 115 3 12 456 115 67
Binary 11100101 110101 11011111 0 1001101 11 1010 100101110 1001101 110111

Color Harmonies of #E535DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535DF

Black with #E535DF

Text Example


Text Example

White with #E535DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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