Html Css Color HEX #E130B5 Spicy Pink

📋 copy color: '#E130B5'

red 225 ◦ green 48 ◦ blue 181

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

Shades of Spicy Pink #E130B5

Tints of Spicy Pink #E130B5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.57%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 49.56%
G = 10.57%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E130B5 (or 0xE130B5) is known color: Spicy Pink. HEX triplet: E1, 30 and B5. RGB value is (225,48,181). Sum of RGB (Red+Green+Blue) = 225+48+181=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E130B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130B5 is #1ECF4A. Grayscale: #737373. Windows color (decimal): -2019147 or 11874529. OLE color: 11874529.

HSL color Cylindrical-coordinate representation of color #E130B5: hue angle of 314.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130B5 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 181 -
CMYK 0 0.79 0.20 0.12
HSL 314.92º 0.75% 0.54% -
HSV(B) 314.92º 0.79% 0.88% -
XYZ 40.45 21.46 45.73 -
YUV 116.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 225 48 181 0 0.79 0.20 0.12 314.92 0.75 0.54
Hex E1 30 B5 0 4F 14 C 13B 4B 36
Octal 341 60 265 0 117 24 14 473 113 66
Binary 11100001 110000 10110101 0 1001111 10100 1100 100111011 1001011 110110

Color Harmonies of #E130B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130B5

Black with #E130B5

Text Example


Text Example

White with #E130B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130B5; }

 p { color: rgb(225,48,181); }

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

background-color css

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

 a { background-color: rgb(225,48,181); }

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

border-color css

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

 span { border-color: rgb(225,48,181); }

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