Html Css Color HEX #E331BC Razzle Dazzle Rose

📋 copy color: '#E331BC'

red 227 ◦ green 49 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E331BC

Tints of Razzle Dazzle Rose #E331BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 48.92%
G = 10.56%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E331BC (or 0xE331BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and BC. RGB value is (227,49,188). Sum of RGB (Red+Green+Blue) = 227+49+188=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E331BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331BC is #1CCE43. Grayscale: #757575. Windows color (decimal): -1887812 or 12333539. OLE color: 12333539.

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

Color convert

RGB 227 49 188 -
CMYK 0 0.78 0.17 0.11
HSL 313.15º 0.76% 0.54% -
HSV(B) 313.15º 0.78% 0.89% -
XYZ 41.85 22.16 49.65 -
YUV 118.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 227 49 188 0 0.78 0.17 0.11 313.15 0.76 0.54
Hex E3 31 BC 0 4E 11 B 139 4C 36
Octal 343 61 274 0 116 21 13 471 114 66
Binary 11100011 110001 10111100 0 1001110 10001 1011 100111001 1001100 110110

Color Harmonies of #E331BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331BC

Black with #E331BC

Text Example


Text Example

White with #E331BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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