Html Css Color HEX #FF1EBA Spicy Pink

📋 copy color: '#FF1EBA'

red 255 ◦ green 30 ◦ blue 186

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

Shades of Spicy Pink #FF1EBA

Tints of Spicy Pink #FF1EBA

RGB

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

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

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

R = 54.14%
G = 6.37%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF1EBA (or 0xFF1EBA) is known color: Spicy Pink. HEX triplet: FF, 1E and BA. RGB value is (255,30,186). Sum of RGB (Red+Green+Blue) = 255+30+186=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1EBA is #00E145. Grayscale: #727272. Windows color (decimal): -57670 or 12197631. OLE color: 12197631.

HSL color Cylindrical-coordinate representation of color #FF1EBA: hue angle of 318.4º 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 #FF1EBA is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 186 -
CMYK 0 0.88 0.27 0
HSL 318.4º 1% 0.56% -
HSV(B) 318.4º 0.88% 1% -
XYZ 50.57 25.73 48.76 -
YUV 115.06 168.04 227.82 -
System Red Green Blue C M Y K H S L
Decimal 255 30 186 0 0.88 0.27 0 318.4 1 0.56
Hex FF 1E BA 0 58 1B 0 13E 64 38
Octal 377 36 272 0 130 33 0 476 144 70
Binary 11111111 11110 10111010 0 1011000 11011 0 100111110 1100100 111000

Color Harmonies of #FF1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1EBA

Black with #FF1EBA

Text Example


Text Example

White with #FF1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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