Html Css Color HEX #E530EB Razzle Dazzle Rose

📋 copy color: '#E530EB'

red 229 ◦ green 48 ◦ blue 235

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

Shades of Razzle Dazzle Rose #E530EB

Tints of Razzle Dazzle Rose #E530EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 44.73%
G = 9.38%
B = 45.9%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E530EB (or 0xE530EB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and EB. RGB value is (229,48,235). Sum of RGB (Red+Green+Blue) = 229+48+235=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #E530EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E530EB is #1ACF14. Grayscale: #7A7A7A. Windows color (decimal): -1756949 or 15413477. OLE color: 15413477.

HSL color Cylindrical-coordinate representation of color #E530EB: hue angle of 298.07º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E530EB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 48 235 -
CMYK 0.03 0.80 0 0.08
HSL 298.07º 0.82% 0.55% -
HSV(B) 298.07º 0.8% 0.92% -
XYZ 48.37 24.77 80.83 -
YUV 123.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 229 48 235 0.03 0.80 0 0.08 298.07 0.82 0.55
Hex E5 30 EB 3 50 0 8 12A 52 37
Octal 345 60 353 3 120 0 10 452 122 67
Binary 11100101 110000 11101011 11 1010000 0 1000 100101010 1010010 110111

Color Harmonies of #E530EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530EB

Black with #E530EB

Text Example


Text Example

White with #E530EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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