Html Css Color HEX #EF18A2 Spicy Pink

📋 copy color: '#EF18A2'

red 239 ◦ green 24 ◦ blue 162

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

Shades of Spicy Pink #EF18A2

Tints of Spicy Pink #EF18A2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

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

R = 56.24%
G = 5.65%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF18A2 (or 0xEF18A2) is known color: Spicy Pink. HEX triplet: EF, 18 and A2. RGB value is (239,24,162). Sum of RGB (Red+Green+Blue) = 239+24+162=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18A2 is #10E75D. Grayscale: #676767. Windows color (decimal): -1107806 or 10623215. OLE color: 10623215.

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

Color convert

RGB 239 24 162 -
CMYK 0 0.90 0.32 0.06
HSL 321.49º 0.87% 0.52% -
HSV(B) 321.49º 0.9% 0.94% -
XYZ 42.44 21.61 36.12 -
YUV 104.02 160.73 224.28 -
System Red Green Blue C M Y K H S L
Decimal 239 24 162 0 0.90 0.32 0.06 321.49 0.87 0.52
Hex EF 18 A2 0 5A 20 6 141 57 34
Octal 357 30 242 0 132 40 6 501 127 64
Binary 11101111 11000 10100010 0 1011010 100000 110 101000001 1010111 110100

Color Harmonies of #EF18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18A2

Black with #EF18A2

Text Example


Text Example

White with #EF18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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