Html Css Color HEX #EF5EC5 Neon Pink

📋 copy color: '#EF5EC5'

red 239 ◦ green 94 ◦ blue 197

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

Shades of Neon Pink #EF5EC5

Tints of Neon Pink #EF5EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.74%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 45.09%
G = 17.74%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF5EC5 (or 0xEF5EC5) is known color: Neon Pink. HEX triplet: EF, 5E and C5. RGB value is (239,94,197). Sum of RGB (Red+Green+Blue) = 239+94+197=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC5 is #10A13A. Grayscale: #949494. Windows color (decimal): -1089851 or 12934895. OLE color: 12934895.

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

Color convert

RGB 239 94 197 -
CMYK 0 0.61 0.18 0.06
HSL 317.38º 0.82% 0.65% -
HSV(B) 317.38º 0.61% 0.94% -
XYZ 49.68 30.39 56.07 -
YUV 149.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 239 94 197 0 0.61 0.18 0.06 317.38 0.82 0.65
Hex EF 5E C5 0 3D 12 6 13D 52 41
Octal 357 136 305 0 75 22 6 475 122 101
Binary 11101111 1011110 11000101 0 111101 10010 110 100111101 1010010 1000001

Color Harmonies of #EF5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EC5

Black with #EF5EC5

Text Example


Text Example

White with #EF5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EC5; }

 p { color: rgb(239,94,197); }

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

background-color css

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

 a { background-color: rgb(239,94,197); }

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

border-color css

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

 span { border-color: rgb(239,94,197); }

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