Html Css Color HEX #E031BD Razzle Dazzle Rose

📋 copy color: '#E031BD'

red 224 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E031BD

Tints of Razzle Dazzle Rose #E031BD

RGB

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

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

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

R = 48.48%
G = 10.61%
B = 40.91%

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

#E031BD (or 0xE031BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and BD. RGB value is (224,49,189). Sum of RGB (Red+Green+Blue) = 224+49+189=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E031BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031BD is #1FCE42. Grayscale: #747474. Windows color (decimal): -2084419 or 12399072. OLE color: 12399072.

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

Color convert

RGB 224 49 189 -
CMYK 0 0.78 0.16 0.12
HSL 312º 0.74% 0.54% -
HSV(B) 312º 0.78% 0.88% -
XYZ 41.02 21.72 50.17 -
YUV 117.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 224 49 189 0 0.78 0.16 0.12 312 0.74 0.54
Hex E0 31 BD 0 4E 10 C 138 4A 36
Octal 340 61 275 0 116 20 14 470 112 66
Binary 11100000 110001 10111101 0 1001110 10000 1100 100111000 1001010 110110

Color Harmonies of #E031BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031BD

Black with #E031BD

Text Example


Text Example

White with #E031BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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