Html Css Color HEX #E531BC Razzle Dazzle Rose

📋 copy color: '#E531BC'

red 229 ◦ green 49 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E531BC

Tints of Razzle Dazzle Rose #E531BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.52%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 49.14%
G = 10.52%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E531BC (or 0xE531BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and BC. RGB value is (229,49,188). Sum of RGB (Red+Green+Blue) = 229+49+188=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E531BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531BC is #1ACE43. Grayscale: #767676. Windows color (decimal): -1756740 or 12333541. OLE color: 12333541.

HSL color Cylindrical-coordinate representation of color #E531BC: hue angle of 313.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531BC is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 188 -
CMYK 0 0.79 0.18 0.10
HSL 313.67º 0.78% 0.55% -
HSV(B) 313.67º 0.79% 0.9% -
XYZ 42.49 22.49 49.68 -
YUV 118.67 167.13 206.7 -
System Red Green Blue C M Y K H S L
Decimal 229 49 188 0 0.79 0.18 0.10 313.67 0.78 0.55
Hex E5 31 BC 0 4F 12 A 13A 4E 37
Octal 345 61 274 0 117 22 12 472 116 67
Binary 11100101 110001 10111100 0 1001111 10010 1010 100111010 1001110 110111

Color Harmonies of #E531BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531BC

Black with #E531BC

Text Example


Text Example

White with #E531BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531BC; }

 p { color: rgb(229,49,188); }

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

background-color css

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

 a { background-color: rgb(229,49,188); }

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

border-color css

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

 span { border-color: rgb(229,49,188); }

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