Html Css Color HEX #E131BA Razzle Dazzle Rose

📋 copy color: '#E131BA'

red 225 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E131BA

Tints of Razzle Dazzle Rose #E131BA

RGB

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

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

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

R = 48.91%
G = 10.65%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E131BA (or 0xE131BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and BA. RGB value is (225,49,186). Sum of RGB (Red+Green+Blue) = 225+49+186=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E131BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131BA is #1ECE45. Grayscale: #747474. Windows color (decimal): -2018886 or 12202465. OLE color: 12202465.

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

Color convert

RGB 225 49 186 -
CMYK 0 0.78 0.17 0.12
HSL 313.3º 0.75% 0.54% -
HSV(B) 313.3º 0.78% 0.88% -
XYZ 41.01 21.75 48.49 -
YUV 117.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 225 49 186 0 0.78 0.17 0.12 313.3 0.75 0.54
Hex E1 31 BA 0 4E 11 C 139 4B 36
Octal 341 61 272 0 116 21 14 471 113 66
Binary 11100001 110001 10111010 0 1001110 10001 1100 100111001 1001011 110110

Color Harmonies of #E131BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131BA

Black with #E131BA

Text Example


Text Example

White with #E131BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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