Html Css Color HEX #E031BA Razzle Dazzle Rose

📋 copy color: '#E031BA'

red 224 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E031BA

Tints of Razzle Dazzle Rose #E031BA

RGB

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

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

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

R = 48.8%
G = 10.68%
B = 40.52%

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

#E031BA (or 0xE031BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and BA. RGB value is (224,49,186). Sum of RGB (Red+Green+Blue) = 224+49+186=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E031BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031BA is #1FCE45. Grayscale: #747474. Windows color (decimal): -2084422 or 12202464. OLE color: 12202464.

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

Color convert

RGB 224 49 186 -
CMYK 0 0.78 0.17 0.12
HSL 313.03º 0.74% 0.54% -
HSV(B) 313.03º 0.78% 0.88% -
XYZ 40.7 21.59 48.48 -
YUV 116.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 224 49 186 0 0.78 0.17 0.12 313.03 0.74 0.54
Hex E0 31 BA 0 4E 11 C 139 4A 36
Octal 340 61 272 0 116 21 14 471 112 66
Binary 11100000 110001 10111010 0 1001110 10001 1100 100111001 1001010 110110

Color Harmonies of #E031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031BA

Black with #E031BA

Text Example


Text Example

White with #E031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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