Html Css Color HEX #EF1DBF Shocking Pink

📋 copy color: '#EF1DBF'

red 239 ◦ green 29 ◦ blue 191

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

Shades of Shocking Pink #EF1DBF

Tints of Shocking Pink #EF1DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.32%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 52.07%
G = 6.32%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF1DBF (or 0xEF1DBF) is known color: Shocking Pink. HEX triplet: EF, 1D and BF. RGB value is (239,29,191). Sum of RGB (Red+Green+Blue) = 239+29+191=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DBF is #10E240. Grayscale: #6D6D6D. Windows color (decimal): -1106497 or 12525039. OLE color: 12525039.

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

Color convert

RGB 239 29 191 -
CMYK 0 0.88 0.20 0.06
HSL 313.71º 0.87% 0.53% -
HSV(B) 313.71º 0.88% 0.94% -
XYZ 45.44 22.99 51.33 -
YUV 110.26 173.57 219.83 -
System Red Green Blue C M Y K H S L
Decimal 239 29 191 0 0.88 0.20 0.06 313.71 0.87 0.53
Hex EF 1D BF 0 58 14 6 13A 57 35
Octal 357 35 277 0 130 24 6 472 127 65
Binary 11101111 11101 10111111 0 1011000 10100 110 100111010 1010111 110101

Color Harmonies of #EF1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DBF

Black with #EF1DBF

Text Example


Text Example

White with #EF1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DBF; }

 p { color: rgb(239,29,191); }

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

background-color css

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

 a { background-color: rgb(239,29,191); }

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

border-color css

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

 span { border-color: rgb(239,29,191); }

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