Html Css Color HEX #E530E1 Razzle Dazzle Rose

📋 copy color: '#E530E1'

red 229 ◦ green 48 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E530E1

Tints of Razzle Dazzle Rose #E530E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 45.62%
G = 9.56%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E530E1 (or 0xE530E1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and E1. RGB value is (229,48,225). Sum of RGB (Red+Green+Blue) = 229+48+225=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E530E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530E1 is #1ACF1E. Grayscale: #797979. Windows color (decimal): -1756959 or 14758117. OLE color: 14758117.

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

Color convert

RGB 229 48 225 -
CMYK 0 0.79 0.02 0.10
HSL 301.33º 0.78% 0.54% -
HSV(B) 301.33º 0.79% 0.9% -
XYZ 46.96 24.21 73.43 -
YUV 122.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 229 48 225 0 0.79 0.02 0.10 301.33 0.78 0.54
Hex E5 30 E1 0 4F 2 A 12D 4E 36
Octal 345 60 341 0 117 2 12 455 116 66
Binary 11100101 110000 11100001 0 1001111 10 1010 100101101 1001110 110110

Color Harmonies of #E530E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530E1

Black with #E530E1

Text Example


Text Example

White with #E530E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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