Html Css Color HEX #E131BC Razzle Dazzle Rose

📋 copy color: '#E131BC'

red 225 ◦ green 49 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E131BC

Tints of Razzle Dazzle Rose #E131BC

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

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

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

R = 48.7%
G = 10.61%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E131BC (or 0xE131BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and BC. RGB value is (225,49,188). Sum of RGB (Red+Green+Blue) = 225+49+188=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E131BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131BC is #1ECE43. Grayscale: #757575. Windows color (decimal): -2018884 or 12333537. OLE color: 12333537.

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

Color convert

RGB 225 49 188 -
CMYK 0 0.78 0.16 0.12
HSL 312.61º 0.75% 0.54% -
HSV(B) 312.61º 0.78% 0.88% -
XYZ 41.23 21.84 49.62 -
YUV 117.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 225 49 188 0 0.78 0.16 0.12 312.61 0.75 0.54
Hex E1 31 BC 0 4E 10 C 139 4B 36
Octal 341 61 274 0 116 20 14 471 113 66
Binary 11100001 110001 10111100 0 1001110 10000 1100 100111001 1001011 110110

Color Harmonies of #E131BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131BC

Black with #E131BC

Text Example


Text Example

White with #E131BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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