Html Css Color HEX #EF1DCB Shocking Pink

📋 copy color: '#EF1DCB'

red 239 ◦ green 29 ◦ blue 203

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

Shades of Shocking Pink #EF1DCB

Tints of Shocking Pink #EF1DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 50.74%
G = 6.16%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF1DCB (or 0xEF1DCB) is known color: Shocking Pink. HEX triplet: EF, 1D and CB. RGB value is (239,29,203). Sum of RGB (Red+Green+Blue) = 239+29+203=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DCB is #10E234. Grayscale: #6F6F6F. Windows color (decimal): -1106485 or 13311471. OLE color: 13311471.

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

Color convert

RGB 239 29 203 -
CMYK 0 0.88 0.15 0.06
HSL 310.29º 0.87% 0.53% -
HSV(B) 310.29º 0.88% 0.94% -
XYZ 46.82 23.54 58.58 -
YUV 111.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 239 29 203 0 0.88 0.15 0.06 310.29 0.87 0.53
Hex EF 1D CB 0 58 F 6 136 57 35
Octal 357 35 313 0 130 17 6 466 127 65
Binary 11101111 11101 11001011 0 1011000 1111 110 100110110 1010111 110101

Color Harmonies of #EF1DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DCB

Black with #EF1DCB

Text Example


Text Example

White with #EF1DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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