Html Css Color HEX #EF27BA Spicy Pink

📋 copy color: '#EF27BA'

red 239 ◦ green 39 ◦ blue 186

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

Shades of Spicy Pink #EF27BA

Tints of Spicy Pink #EF27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

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

R = 51.51%
G = 8.41%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF27BA (or 0xEF27BA) is known color: Spicy Pink. HEX triplet: EF, 27 and BA. RGB value is (239,39,186). Sum of RGB (Red+Green+Blue) = 239+39+186=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27BA is #10D845. Grayscale: #737373. Windows color (decimal): -1103942 or 12199919. OLE color: 12199919.

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

Color convert

RGB 239 39 186 -
CMYK 0 0.84 0.22 0.06
HSL 315.9º 0.86% 0.55% -
HSV(B) 315.9º 0.84% 0.94% -
XYZ 45.19 23.35 48.58 -
YUV 115.56 167.76 216.05 -
System Red Green Blue C M Y K H S L
Decimal 239 39 186 0 0.84 0.22 0.06 315.9 0.86 0.55
Hex EF 27 BA 0 54 16 6 13C 56 37
Octal 357 47 272 0 124 26 6 474 126 67
Binary 11101111 100111 10111010 0 1010100 10110 110 100111100 1010110 110111

Color Harmonies of #EF27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27BA

Black with #EF27BA

Text Example


Text Example

White with #EF27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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