Html Css Color HEX #EF27B8 Spicy Pink

📋 copy color: '#EF27B8'

red 239 ◦ green 39 ◦ blue 184

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

Shades of Spicy Pink #EF27B8

Tints of Spicy Pink #EF27B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 51.73%
G = 8.44%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF27B8 (or 0xEF27B8) is known color: Spicy Pink. HEX triplet: EF, 27 and B8. RGB value is (239,39,184). Sum of RGB (Red+Green+Blue) = 239+39+184=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27B8 is #10D847. Grayscale: #727272. Windows color (decimal): -1103944 or 12068847. OLE color: 12068847.

HSL color Cylindrical-coordinate representation of color #EF27B8: hue angle of 316.5º 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 #EF27B8 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 39 184 -
CMYK 0 0.84 0.23 0.06
HSL 316.5º 0.86% 0.55% -
HSV(B) 316.5º 0.84% 0.94% -
XYZ 44.97 23.26 47.47 -
YUV 115.33 166.76 216.21 -
System Red Green Blue C M Y K H S L
Decimal 239 39 184 0 0.84 0.23 0.06 316.5 0.86 0.55
Hex EF 27 B8 0 54 17 6 13C 56 37
Octal 357 47 270 0 124 27 6 474 126 67
Binary 11101111 100111 10111000 0 1010100 10111 110 100111100 1010110 110111

Color Harmonies of #EF27B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27B8

Black with #EF27B8

Text Example


Text Example

White with #EF27B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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