Html Css Color HEX #E530BA Razzle Dazzle Rose

📋 copy color: '#E530BA'

red 229 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E530BA

Tints of Razzle Dazzle Rose #E530BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 49.46%
G = 10.37%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E530BA (or 0xE530BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and BA. RGB value is (229,48,186). Sum of RGB (Red+Green+Blue) = 229+48+186=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E530BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530BA is #1ACF45. Grayscale: #757575. Windows color (decimal): -1756998 or 12202213. OLE color: 12202213.

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

Color convert

RGB 229 48 186 -
CMYK 0 0.79 0.19 0.10
HSL 314.25º 0.78% 0.54% -
HSV(B) 314.25º 0.79% 0.9% -
XYZ 42.23 22.32 48.54 -
YUV 117.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 229 48 186 0 0.79 0.19 0.10 314.25 0.78 0.54
Hex E5 30 BA 0 4F 13 A 13A 4E 36
Octal 345 60 272 0 117 23 12 472 116 66
Binary 11100101 110000 10111010 0 1001111 10011 1010 100111010 1001110 110110

Color Harmonies of #E530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530BA

Black with #E530BA

Text Example


Text Example

White with #E530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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