Html Css Color HEX #E530BD Razzle Dazzle Rose

📋 copy color: '#E530BD'

red 229 ◦ green 48 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E530BD

Tints of Razzle Dazzle Rose #E530BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 49.14%
G = 10.3%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E530BD (or 0xE530BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and BD. RGB value is (229,48,189). Sum of RGB (Red+Green+Blue) = 229+48+189=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E530BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530BD is #1ACF42. Grayscale: #757575. Windows color (decimal): -1756995 or 12398821. OLE color: 12398821.

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

Color convert

RGB 229 48 189 -
CMYK 0 0.79 0.17 0.10
HSL 313.26º 0.78% 0.54% -
HSV(B) 313.26º 0.79% 0.9% -
XYZ 42.56 22.45 50.23 -
YUV 118.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 229 48 189 0 0.79 0.17 0.10 313.26 0.78 0.54
Hex E5 30 BD 0 4F 11 A 139 4E 36
Octal 345 60 275 0 117 21 12 471 116 66
Binary 11100101 110000 10111101 0 1001111 10001 1010 100111001 1001110 110110

Color Harmonies of #E530BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E530BD

Black with #E530BD

Text Example


Text Example

White with #E530BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E530BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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