Html Css Color HEX #E031BB Razzle Dazzle Rose

📋 copy color: '#E031BB'

red 224 ◦ green 49 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E031BB

Tints of Razzle Dazzle Rose #E031BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 48.7%
G = 10.65%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E031BB (or 0xE031BB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and BB. RGB value is (224,49,187). Sum of RGB (Red+Green+Blue) = 224+49+187=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E031BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031BB is #1FCE44. Grayscale: #747474. Windows color (decimal): -2084421 or 12268000. OLE color: 12268000.

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

Color convert

RGB 224 49 187 -
CMYK 0 0.78 0.17 0.12
HSL 312.69º 0.74% 0.54% -
HSV(B) 312.69º 0.78% 0.88% -
XYZ 40.81 21.63 49.04 -
YUV 117.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 224 49 187 0 0.78 0.17 0.12 312.69 0.74 0.54
Hex E0 31 BB 0 4E 11 C 139 4A 36
Octal 340 61 273 0 116 21 14 471 112 66
Binary 11100000 110001 10111011 0 1001110 10001 1100 100111001 1001010 110110

Color Harmonies of #E031BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031BB

Black with #E031BB

Text Example


Text Example

White with #E031BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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