Html Css Color HEX #E122B4 Spicy Pink

📋 copy color: '#E122B4'

red 225 ◦ green 34 ◦ blue 180

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

Shades of Spicy Pink #E122B4

Tints of Spicy Pink #E122B4

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.74%

 BLUE value IS 180 (70.7% from 255) = 41%

R = 51.25%
G = 7.74%
B = 41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E122B4 (or 0xE122B4) is known color: Spicy Pink. HEX triplet: E1, 22 and B4. RGB value is (225,34,180). Sum of RGB (Red+Green+Blue) = 225+34+180=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E122B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122B4 is #1EDD4B. Grayscale: #6B6B6B. Windows color (decimal): -2022732 or 11805409. OLE color: 11805409.

HSL color Cylindrical-coordinate representation of color #E122B4: hue angle of 314.14º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122B4 is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 180 -
CMYK 0 0.85 0.2 0.12
HSL 314.14º 0.76% 0.51% -
HSV(B) 314.14º 0.85% 0.88% -
XYZ 39.86 20.45 45.03 -
YUV 107.75 168.78 211.63 -
System Red Green Blue C M Y K H S L
Decimal 225 34 180 0 0.85 0.2 0.12 314.14 0.76 0.51
Hex E1 22 B4 0 55 14 C 13A 4C 33
Octal 341 42 264 0 125 24 14 472 114 63
Binary 11100001 100010 10110100 0 1010101 10100 1100 100111010 1001100 110011

Color Harmonies of #E122B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122B4

Black with #E122B4

Text Example


Text Example

White with #E122B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122B4; }

 p { color: rgb(225,34,180); }

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

background-color css

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

 a { background-color: rgb(225,34,180); }

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

border-color css

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

 span { border-color: rgb(225,34,180); }

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