Html Css Color HEX #E530E3 Razzle Dazzle Rose

📋 copy color: '#E530E3'

red 229 ◦ green 48 ◦ blue 227

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

Shades of Razzle Dazzle Rose #E530E3

Tints of Razzle Dazzle Rose #E530E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 45.44%
G = 9.52%
B = 45.04%

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

#E530E3 (or 0xE530E3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and E3. RGB value is (229,48,227). Sum of RGB (Red+Green+Blue) = 229+48+227=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E530E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530E3 is #1ACF1C. Grayscale: #797979. Windows color (decimal): -1756957 or 14889189. OLE color: 14889189.

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

Color convert

RGB 229 48 227 -
CMYK 0 0.79 0.01 0.10
HSL 300.66º 0.78% 0.54% -
HSV(B) 300.66º 0.79% 0.9% -
XYZ 47.24 24.32 74.88 -
YUV 122.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 229 48 227 0 0.79 0.01 0.10 300.66 0.78 0.54
Hex E5 30 E3 0 4F 1 A 12D 4E 36
Octal 345 60 343 0 117 1 12 455 116 66
Binary 11100101 110000 11100011 0 1001111 1 1010 100101101 1001110 110110

Color Harmonies of #E530E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530E3

Black with #E530E3

Text Example


Text Example

White with #E530E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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