Html Css Color HEX #E331BA Razzle Dazzle Rose

📋 copy color: '#E331BA'

red 227 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E331BA

Tints of Razzle Dazzle Rose #E331BA

RGB

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

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

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

R = 49.13%
G = 10.61%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E331BA (or 0xE331BA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and BA. RGB value is (227,49,186). Sum of RGB (Red+Green+Blue) = 227+49+186=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E331BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331BA is #1CCE45. Grayscale: #757575. Windows color (decimal): -1887814 or 12202467. OLE color: 12202467.

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

Color convert

RGB 227 49 186 -
CMYK 0 0.78 0.18 0.11
HSL 313.82º 0.76% 0.54% -
HSV(B) 313.82º 0.78% 0.89% -
XYZ 41.64 22.07 48.52 -
YUV 117.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 227 49 186 0 0.78 0.18 0.11 313.82 0.76 0.54
Hex E3 31 BA 0 4E 12 B 13A 4C 36
Octal 343 61 272 0 116 22 13 472 114 66
Binary 11100011 110001 10111010 0 1001110 10010 1011 100111010 1001100 110110

Color Harmonies of #E331BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331BA

Black with #E331BA

Text Example


Text Example

White with #E331BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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