Html Css Color HEX #EF1CB6 Spicy Pink

📋 copy color: '#EF1CB6'

red 239 ◦ green 28 ◦ blue 182

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

Shades of Spicy Pink #EF1CB6

Tints of Spicy Pink #EF1CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.24%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 53.23%
G = 6.24%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF1CB6 (or 0xEF1CB6) is known color: Spicy Pink. HEX triplet: EF, 1C and B6. RGB value is (239,28,182). Sum of RGB (Red+Green+Blue) = 239+28+182=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CB6 is #10E349. Grayscale: #6C6C6C. Windows color (decimal): -1106762 or 11934959. OLE color: 11934959.

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

Color convert

RGB 239 28 182 -
CMYK 0 0.88 0.24 0.06
HSL 316.21º 0.87% 0.52% -
HSV(B) 316.21º 0.88% 0.94% -
XYZ 44.46 22.56 46.27 -
YUV 108.65 169.4 220.98 -
System Red Green Blue C M Y K H S L
Decimal 239 28 182 0 0.88 0.24 0.06 316.21 0.87 0.52
Hex EF 1C B6 0 58 18 6 13C 57 34
Octal 357 34 266 0 130 30 6 474 127 64
Binary 11101111 11100 10110110 0 1011000 11000 110 100111100 1010111 110100

Color Harmonies of #EF1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CB6

Black with #EF1CB6

Text Example


Text Example

White with #EF1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CB6; }

 p { color: rgb(239,28,182); }

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

background-color css

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

 a { background-color: rgb(239,28,182); }

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

border-color css

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

 span { border-color: rgb(239,28,182); }

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