Html Css Color HEX #E530DF Razzle Dazzle Rose

📋 copy color: '#E530DF'

red 229 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E530DF

Tints of Razzle Dazzle Rose #E530DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.6%

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

R = 45.8%
G = 9.6%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E530DF (or 0xE530DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and DF. RGB value is (229,48,223). Sum of RGB (Red+Green+Blue) = 229+48+223=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E530DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530DF is #1ACF20. Grayscale: #797979. Windows color (decimal): -1756961 or 14627045. OLE color: 14627045.

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

Color convert

RGB 229 48 223 -
CMYK 0 0.79 0.03 0.10
HSL 301.99º 0.78% 0.54% -
HSV(B) 301.99º 0.79% 0.9% -
XYZ 46.69 24.1 72 -
YUV 122.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 229 48 223 0 0.79 0.03 0.10 301.99 0.78 0.54
Hex E5 30 DF 0 4F 3 A 12E 4E 36
Octal 345 60 337 0 117 3 12 456 116 66
Binary 11100101 110000 11011111 0 1001111 11 1010 100101110 1001110 110110

Color Harmonies of #E530DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530DF

Black with #E530DF

Text Example


Text Example

White with #E530DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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