Html Css Color HEX #E530E2 Razzle Dazzle Rose

📋 copy color: '#E530E2'

red 229 ◦ green 48 ◦ blue 226

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

Shades of Razzle Dazzle Rose #E530E2

Tints of Razzle Dazzle Rose #E530E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 45.53%
G = 9.54%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E530E2 (or 0xE530E2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and E2. RGB value is (229,48,226). Sum of RGB (Red+Green+Blue) = 229+48+226=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E530E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530E2 is #1ACF1D. Grayscale: #797979. Windows color (decimal): -1756958 or 14823653. OLE color: 14823653.

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

Color convert

RGB 229 48 226 -
CMYK 0 0.79 0.01 0.10
HSL 300.99º 0.78% 0.54% -
HSV(B) 300.99º 0.79% 0.9% -
XYZ 47.1 24.26 74.15 -
YUV 122.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 229 48 226 0 0.79 0.01 0.10 300.99 0.78 0.54
Hex E5 30 E2 0 4F 1 A 12D 4E 36
Octal 345 60 342 0 117 1 12 455 116 66
Binary 11100101 110000 11100010 0 1001111 1 1010 100101101 1001110 110110

Color Harmonies of #E530E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530E2

Black with #E530E2

Text Example


Text Example

White with #E530E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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