Html Css Color HEX #EF1CB9 Shocking Pink

📋 copy color: '#EF1CB9'

red 239 ◦ green 28 ◦ blue 185

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

Shades of Shocking Pink #EF1CB9

Tints of Shocking Pink #EF1CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 52.88%
G = 6.19%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF1CB9 (or 0xEF1CB9) is known color: Shocking Pink. HEX triplet: EF, 1C and B9. RGB value is (239,28,185). Sum of RGB (Red+Green+Blue) = 239+28+185=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CB9 is #10E346. Grayscale: #6C6C6C. Windows color (decimal): -1106759 or 12131567. OLE color: 12131567.

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

Color convert

RGB 239 28 185 -
CMYK 0 0.88 0.23 0.06
HSL 315.36º 0.87% 0.52% -
HSV(B) 315.36º 0.88% 0.94% -
XYZ 44.77 22.68 47.92 -
YUV 108.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 239 28 185 0 0.88 0.23 0.06 315.36 0.87 0.52
Hex EF 1C B9 0 58 17 6 13B 57 34
Octal 357 34 271 0 130 27 6 473 127 64
Binary 11101111 11100 10111001 0 1011000 10111 110 100111011 1010111 110100

Color Harmonies of #EF1CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CB9

Black with #EF1CB9

Text Example


Text Example

White with #EF1CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CB9; }

 p { color: rgb(239,28,185); }

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

background-color css

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

 a { background-color: rgb(239,28,185); }

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

border-color css

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

 span { border-color: rgb(239,28,185); }

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