Html Css Color HEX #EF27AF Spicy Pink

📋 copy color: '#EF27AF'

red 239 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #EF27AF

Tints of Spicy Pink #EF27AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 52.76%
G = 8.61%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF27AF (or 0xEF27AF) is known color: Spicy Pink. HEX triplet: EF, 27 and AF. RGB value is (239,39,175). Sum of RGB (Red+Green+Blue) = 239+39+175=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF27AF is #10D850. Grayscale: #717171. Windows color (decimal): -1103953 or 11479023. OLE color: 11479023.

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

Color convert

RGB 239 39 175 -
CMYK 0 0.84 0.27 0.06
HSL 319.2º 0.86% 0.55% -
HSV(B) 319.2º 0.84% 0.94% -
XYZ 44.06 22.9 42.65 -
YUV 114.3 162.26 216.94 -
System Red Green Blue C M Y K H S L
Decimal 239 39 175 0 0.84 0.27 0.06 319.2 0.86 0.55
Hex EF 27 AF 0 54 1B 6 13F 56 37
Octal 357 47 257 0 124 33 6 477 126 67
Binary 11101111 100111 10101111 0 1010100 11011 110 100111111 1010110 110111

Color Harmonies of #EF27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27AF

Black with #EF27AF

Text Example


Text Example

White with #EF27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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