Html Css Color HEX #EF2CB4 Spicy Pink

📋 copy color: '#EF2CB4'

red 239 ◦ green 44 ◦ blue 180

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

Shades of Spicy Pink #EF2CB4

Tints of Spicy Pink #EF2CB4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 51.62%
G = 9.5%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF2CB4 (or 0xEF2CB4) is known color: Spicy Pink. HEX triplet: EF, 2C and B4. RGB value is (239,44,180). Sum of RGB (Red+Green+Blue) = 239+44+180=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CB4 is #10D34B. Grayscale: #757575. Windows color (decimal): -1102668 or 11807983. OLE color: 11807983.

HSL color Cylindrical-coordinate representation of color #EF2CB4: hue angle of 318.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CB4 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 44 180 -
CMYK 0 0.82 0.25 0.06
HSL 318.15º 0.86% 0.55% -
HSV(B) 318.15º 0.82% 0.94% -
XYZ 44.74 23.45 45.35 -
YUV 117.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 239 44 180 0 0.82 0.25 0.06 318.15 0.86 0.55
Hex EF 2C B4 0 52 19 6 13E 56 37
Octal 357 54 264 0 122 31 6 476 126 67
Binary 11101111 101100 10110100 0 1010010 11001 110 100111110 1010110 110111

Color Harmonies of #EF2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2CB4

Black with #EF2CB4

Text Example


Text Example

White with #EF2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2CB4; }

 p { color: rgb(239,44,180); }

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

background-color css

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

 a { background-color: rgb(239,44,180); }

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

border-color css

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

 span { border-color: rgb(239,44,180); }

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