Html Css Color HEX #EF1BA5 Spicy Pink

📋 copy color: '#EF1BA5'

red 239 ◦ green 27 ◦ blue 165

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

Shades of Spicy Pink #EF1BA5

Tints of Spicy Pink #EF1BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 55.45%
G = 6.26%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF1BA5 (or 0xEF1BA5) is known color: Spicy Pink. HEX triplet: EF, 1B and A5. RGB value is (239,27,165). Sum of RGB (Red+Green+Blue) = 239+27+165=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BA5 is #10E45A. Grayscale: #696969. Windows color (decimal): -1107035 or 10820591. OLE color: 10820591.

HSL color Cylindrical-coordinate representation of color #EF1BA5: hue angle of 320.94º 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 #EF1BA5 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 27 165 -
CMYK 0 0.89 0.31 0.06
HSL 320.94º 0.87% 0.52% -
HSV(B) 320.94º 0.89% 0.94% -
XYZ 42.78 21.85 37.56 -
YUV 106.12 161.24 222.78 -
System Red Green Blue C M Y K H S L
Decimal 239 27 165 0 0.89 0.31 0.06 320.94 0.87 0.52
Hex EF 1B A5 0 59 1F 6 141 57 34
Octal 357 33 245 0 131 37 6 501 127 64
Binary 11101111 11011 10100101 0 1011001 11111 110 101000001 1010111 110100

Color Harmonies of #EF1BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BA5

Black with #EF1BA5

Text Example


Text Example

White with #EF1BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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