Html Css Color HEX #E331BE Razzle Dazzle Rose

📋 copy color: '#E331BE'

red 227 ◦ green 49 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E331BE

Tints of Razzle Dazzle Rose #E331BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 48.71%
G = 10.52%
B = 40.77%

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

#E331BE (or 0xE331BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and BE. RGB value is (227,49,190). Sum of RGB (Red+Green+Blue) = 227+49+190=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E331BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331BE is #1CCE41. Grayscale: #757575. Windows color (decimal): -1887810 or 12464611. OLE color: 12464611.

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

Color convert

RGB 227 49 190 -
CMYK 0 0.78 0.16 0.11
HSL 312.47º 0.76% 0.54% -
HSV(B) 312.47º 0.78% 0.89% -
XYZ 42.07 22.25 50.79 -
YUV 118.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 227 49 190 0 0.78 0.16 0.11 312.47 0.76 0.54
Hex E3 31 BE 0 4E 10 B 138 4C 36
Octal 343 61 276 0 116 20 13 470 114 66
Binary 11100011 110001 10111110 0 1001110 10000 1011 100111000 1001100 110110

Color Harmonies of #E331BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331BE

Black with #E331BE

Text Example


Text Example

White with #E331BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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