Html Css Color HEX #EF28BA Spicy Pink

📋 copy color: '#EF28BA'

red 239 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #EF28BA

Tints of Spicy Pink #EF28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 51.4%
G = 8.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF28BA (or 0xEF28BA) is known color: Spicy Pink. HEX triplet: EF, 28 and BA. RGB value is (239,40,186). Sum of RGB (Red+Green+Blue) = 239+40+186=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28BA is #10D745. Grayscale: #737373. Windows color (decimal): -1103686 or 12200175. OLE color: 12200175.

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

Color convert

RGB 239 40 186 -
CMYK 0 0.83 0.22 0.06
HSL 315.98º 0.86% 0.55% -
HSV(B) 315.98º 0.83% 0.94% -
XYZ 45.22 23.41 48.59 -
YUV 116.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 239 40 186 0 0.83 0.22 0.06 315.98 0.86 0.55
Hex EF 28 BA 0 53 16 6 13C 56 37
Octal 357 50 272 0 123 26 6 474 126 67
Binary 11101111 101000 10111010 0 1010011 10110 110 100111100 1010110 110111

Color Harmonies of #EF28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28BA

Black with #EF28BA

Text Example


Text Example

White with #EF28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28BA; }

 p { color: rgb(239,40,186); }

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

background-color css

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

 a { background-color: rgb(239,40,186); }

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

border-color css

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

 span { border-color: rgb(239,40,186); }

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