Html Css Color HEX #EF1DCE Shocking Pink

📋 copy color: '#EF1DCE'

red 239 ◦ green 29 ◦ blue 206

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

Shades of Shocking Pink #EF1DCE

Tints of Shocking Pink #EF1DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 50.42%
G = 6.12%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF1DCE (or 0xEF1DCE) is known color: Shocking Pink. HEX triplet: EF, 1D and CE. RGB value is (239,29,206). Sum of RGB (Red+Green+Blue) = 239+29+206=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DCE is #10E231. Grayscale: #6F6F6F. Windows color (decimal): -1106482 or 13508079. OLE color: 13508079.

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

Color convert

RGB 239 29 206 -
CMYK 0 0.88 0.14 0.06
HSL 309.43º 0.87% 0.53% -
HSV(B) 309.43º 0.88% 0.94% -
XYZ 47.18 23.69 60.48 -
YUV 111.97 181.07 218.61 -
System Red Green Blue C M Y K H S L
Decimal 239 29 206 0 0.88 0.14 0.06 309.43 0.87 0.53
Hex EF 1D CE 0 58 E 6 135 57 35
Octal 357 35 316 0 130 16 6 465 127 65
Binary 11101111 11101 11001110 0 1011000 1110 110 100110101 1010111 110101

Color Harmonies of #EF1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DCE

Black with #EF1DCE

Text Example


Text Example

White with #EF1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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