Html Css Color HEX #EF1AA5 Spicy Pink

📋 copy color: '#EF1AA5'

red 239 ◦ green 26 ◦ blue 165

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

Shades of Spicy Pink #EF1AA5

Tints of Spicy Pink #EF1AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.05%

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

R = 55.58%
G = 6.05%
B = 38.37%

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

#EF1AA5 (or 0xEF1AA5) is known color: Spicy Pink. HEX triplet: EF, 1A and A5. RGB value is (239,26,165). Sum of RGB (Red+Green+Blue) = 239+26+165=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AA5 is #10E55A. Grayscale: #696969. Windows color (decimal): -1107291 or 10820335. OLE color: 10820335.

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

Color convert

RGB 239 26 165 -
CMYK 0 0.89 0.31 0.06
HSL 320.85º 0.87% 0.52% -
HSV(B) 320.85º 0.89% 0.94% -
XYZ 42.76 21.81 37.55 -
YUV 105.53 161.57 223.2 -
System Red Green Blue C M Y K H S L
Decimal 239 26 165 0 0.89 0.31 0.06 320.85 0.87 0.52
Hex EF 1A A5 0 59 1F 6 141 57 34
Octal 357 32 245 0 131 37 6 501 127 64
Binary 11101111 11010 10100101 0 1011001 11111 110 101000001 1010111 110100

Color Harmonies of #EF1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AA5

Black with #EF1AA5

Text Example


Text Example

White with #EF1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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