Html Css Color HEX #EF1EC5 Shocking Pink

📋 copy color: '#EF1EC5'

red 239 ◦ green 30 ◦ blue 197

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

Shades of Shocking Pink #EF1EC5

Tints of Shocking Pink #EF1EC5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

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

R = 51.29%
G = 6.44%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF1EC5 (or 0xEF1EC5) is known color: Shocking Pink. HEX triplet: EF, 1E and C5. RGB value is (239,30,197). Sum of RGB (Red+Green+Blue) = 239+30+197=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EC5 is #10E13A. Grayscale: #6F6F6F. Windows color (decimal): -1106235 or 12918511. OLE color: 12918511.

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

Color convert

RGB 239 30 197 -
CMYK 0 0.87 0.18 0.06
HSL 312.06º 0.87% 0.53% -
HSV(B) 312.06º 0.87% 0.94% -
XYZ 46.14 23.31 54.89 -
YUV 111.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 239 30 197 0 0.87 0.18 0.06 312.06 0.87 0.53
Hex EF 1E C5 0 57 12 6 138 57 35
Octal 357 36 305 0 127 22 6 470 127 65
Binary 11101111 11110 11000101 0 1010111 10010 110 100111000 1010111 110101

Color Harmonies of #EF1EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EC5

Black with #EF1EC5

Text Example


Text Example

White with #EF1EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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