Html Css Color HEX #EF1BA2 Spicy Pink

📋 copy color: '#EF1BA2'

red 239 ◦ green 27 ◦ blue 162

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

Shades of Spicy Pink #EF1BA2

Tints of Spicy Pink #EF1BA2

RGB

 RED value IS 239 (93.75% from 255) = 55.84%

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 55.84%
G = 6.31%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF1BA2 (or 0xEF1BA2) is known color: Spicy Pink. HEX triplet: EF, 1B and A2. RGB value is (239,27,162). Sum of RGB (Red+Green+Blue) = 239+27+162=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BA2 is #10E45D. Grayscale: #696969. Windows color (decimal): -1107038 or 10623983. OLE color: 10623983.

HSL color Cylindrical-coordinate representation of color #EF1BA2: hue angle of 321.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BA2 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 27 162 -
CMYK 0 0.89 0.32 0.06
HSL 321.79º 0.87% 0.52% -
HSV(B) 321.79º 0.89% 0.94% -
XYZ 42.51 21.74 36.14 -
YUV 105.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 239 27 162 0 0.89 0.32 0.06 321.79 0.87 0.52
Hex EF 1B A2 0 59 20 6 142 57 34
Octal 357 33 242 0 131 40 6 502 127 64
Binary 11101111 11011 10100010 0 1011001 100000 110 101000010 1010111 110100

Color Harmonies of #EF1BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BA2

Black with #EF1BA2

Text Example


Text Example

White with #EF1BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BA2; }

 p { color: rgb(239,27,162); }

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

background-color css

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

 a { background-color: rgb(239,27,162); }

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

border-color css

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

 span { border-color: rgb(239,27,162); }

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