Html Css Color HEX #FF1EA8 Spicy Pink

📋 copy color: '#FF1EA8'

red 255 ◦ green 30 ◦ blue 168

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

Shades of Spicy Pink #FF1EA8

Tints of Spicy Pink #FF1EA8

RGB

 RED value IS 255 (100% from 255) = 56.29%

 GREEN value IS 30 (12.11% from 255) = 6.62%

 BLUE value IS 168 (66.02% from 255) = 37.09%

R = 56.29%
G = 6.62%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF1EA8 (or 0xFF1EA8) is known color: Spicy Pink. HEX triplet: FF, 1E and A8. RGB value is (255,30,168). Sum of RGB (Red+Green+Blue) = 255+30+168=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EA8 is #00E157. Grayscale: #707070. Windows color (decimal): -57688 or 11017983. OLE color: 11017983.

HSL color Cylindrical-coordinate representation of color #FF1EA8: hue angle of 323.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1EA8 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 168 -
CMYK 0 0.88 0.34 0
HSL 323.2º 1% 0.56% -
HSV(B) 323.2º 0.88% 1% -
XYZ 48.77 25.02 39.3 -
YUV 113.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 255 30 168 0 0.88 0.34 0 323.2 1 0.56
Hex FF 1E A8 0 58 22 0 143 64 38
Octal 377 36 250 0 130 42 0 503 144 70
Binary 11111111 11110 10101000 0 1011000 100010 0 101000011 1100100 111000

Color Harmonies of #FF1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1EA8

Black with #FF1EA8

Text Example


Text Example

White with #FF1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1EA8; }

 p { color: rgb(255,30,168); }

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

background-color css

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

 a { background-color: rgb(255,30,168); }

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

border-color css

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

 span { border-color: rgb(255,30,168); }

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