Html Css Color HEX #EF1DBC Shocking Pink

📋 copy color: '#EF1DBC'

red 239 ◦ green 29 ◦ blue 188

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

Shades of Shocking Pink #EF1DBC

Tints of Shocking Pink #EF1DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 52.41%
G = 6.36%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF1DBC (or 0xEF1DBC) is known color: Shocking Pink. HEX triplet: EF, 1D and BC. RGB value is (239,29,188). Sum of RGB (Red+Green+Blue) = 239+29+188=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DBC is #10E243. Grayscale: #6D6D6D. Windows color (decimal): -1106500 or 12328431. OLE color: 12328431.

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

Color convert

RGB 239 29 188 -
CMYK 0 0.88 0.21 0.06
HSL 314.57º 0.87% 0.53% -
HSV(B) 314.57º 0.88% 0.94% -
XYZ 45.11 22.86 49.61 -
YUV 109.92 172.07 220.07 -
System Red Green Blue C M Y K H S L
Decimal 239 29 188 0 0.88 0.21 0.06 314.57 0.87 0.53
Hex EF 1D BC 0 58 15 6 13B 57 35
Octal 357 35 274 0 130 25 6 473 127 65
Binary 11101111 11101 10111100 0 1011000 10101 110 100111011 1010111 110101

Color Harmonies of #EF1DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DBC

Black with #EF1DBC

Text Example


Text Example

White with #EF1DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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