Html Css Color HEX #E530DA Razzle Dazzle Rose

📋 copy color: '#E530DA'

red 229 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E530DA

Tints of Razzle Dazzle Rose #E530DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 46.26%
G = 9.7%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E530DA (or 0xE530DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and DA. RGB value is (229,48,218). Sum of RGB (Red+Green+Blue) = 229+48+218=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E530DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530DA is #1ACF25. Grayscale: #797979. Windows color (decimal): -1756966 or 14299365. OLE color: 14299365.

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

Color convert

RGB 229 48 218 -
CMYK 0 0.79 0.05 0.10
HSL 303.65º 0.78% 0.54% -
HSV(B) 303.65º 0.79% 0.9% -
XYZ 46.02 23.83 68.5 -
YUV 121.5 182.47 204.68 -
System Red Green Blue C M Y K H S L
Decimal 229 48 218 0 0.79 0.05 0.10 303.65 0.78 0.54
Hex E5 30 DA 0 4F 5 A 130 4E 36
Octal 345 60 332 0 117 5 12 460 116 66
Binary 11100101 110000 11011010 0 1001111 101 1010 100110000 1001110 110110

Color Harmonies of #E530DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530DA

Black with #E530DA

Text Example


Text Example

White with #E530DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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