Html Css Color HEX #E031B7 Razzle Dazzle Rose

📋 copy color: '#E031B7'

red 224 ◦ green 49 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E031B7

Tints of Razzle Dazzle Rose #E031B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 49.12%
G = 10.75%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E031B7 (or 0xE031B7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and B7. RGB value is (224,49,183). Sum of RGB (Red+Green+Blue) = 224+49+183=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E031B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031B7 is #1FCE48. Grayscale: #747474. Windows color (decimal): -2084425 or 12005856. OLE color: 12005856.

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

Color convert

RGB 224 49 183 -
CMYK 0 0.78 0.18 0.12
HSL 314.06º 0.74% 0.54% -
HSV(B) 314.06º 0.78% 0.88% -
XYZ 40.39 21.46 46.81 -
YUV 116.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 224 49 183 0 0.78 0.18 0.12 314.06 0.74 0.54
Hex E0 31 B7 0 4E 12 C 13A 4A 36
Octal 340 61 267 0 116 22 14 472 112 66
Binary 11100000 110001 10110111 0 1001110 10010 1100 100111010 1001010 110110

Color Harmonies of #E031B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031B7

Black with #E031B7

Text Example


Text Example

White with #E031B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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