Html Css Color HEX #E031BC Razzle Dazzle Rose

📋 copy color: '#E031BC'

red 224 ◦ green 49 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E031BC

Tints of Razzle Dazzle Rose #E031BC

RGB

 RED value IS 224 (87.89% from 255) = 48.59%

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

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

R = 48.59%
G = 10.63%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E031BC (or 0xE031BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and BC. RGB value is (224,49,188). Sum of RGB (Red+Green+Blue) = 224+49+188=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E031BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031BC is #1FCE43. Grayscale: #747474. Windows color (decimal): -2084420 or 12333536. OLE color: 12333536.

HSL color Cylindrical-coordinate representation of color #E031BC: hue angle of 312.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 188 -
CMYK 0 0.78 0.16 0.12
HSL 312.34º 0.74% 0.54% -
HSV(B) 312.34º 0.78% 0.88% -
XYZ 40.92 21.67 49.6 -
YUV 117.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 224 49 188 0 0.78 0.16 0.12 312.34 0.74 0.54
Hex E0 31 BC 0 4E 10 C 138 4A 36
Octal 340 61 274 0 116 20 14 470 112 66
Binary 11100000 110001 10111100 0 1001110 10000 1100 100111000 1001010 110110

Color Harmonies of #E031BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031BC

Black with #E031BC

Text Example


Text Example

White with #E031BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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