Html Css Color HEX #E331BF Razzle Dazzle Rose

📋 copy color: '#E331BF'

red 227 ◦ green 49 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E331BF

Tints of Razzle Dazzle Rose #E331BF

RGB

 RED value IS 227 (89.06% from 255) = 48.61%

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 48.61%
G = 10.49%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E331BF (or 0xE331BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and BF. RGB value is (227,49,191). Sum of RGB (Red+Green+Blue) = 227+49+191=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E331BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331BF is #1CCE40. Grayscale: #767676. Windows color (decimal): -1887809 or 12530147. OLE color: 12530147.

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

Color convert

RGB 227 49 191 -
CMYK 0 0.78 0.16 0.11
HSL 312.13º 0.76% 0.54% -
HSV(B) 312.13º 0.78% 0.89% -
XYZ 42.18 22.29 51.37 -
YUV 118.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 227 49 191 0 0.78 0.16 0.11 312.13 0.76 0.54
Hex E3 31 BF 0 4E 10 B 138 4C 36
Octal 343 61 277 0 116 20 13 470 114 66
Binary 11100011 110001 10111111 0 1001110 10000 1011 100111000 1001100 110110

Color Harmonies of #E331BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331BF

Black with #E331BF

Text Example


Text Example

White with #E331BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331BF; }

 p { color: rgb(227,49,191); }

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

background-color css

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

 a { background-color: rgb(227,49,191); }

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

border-color css

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

 span { border-color: rgb(227,49,191); }

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