Html Css Color HEX #EF1ED0 Shocking Pink

📋 copy color: '#EF1ED0'

red 239 ◦ green 30 ◦ blue 208

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

Shades of Shocking Pink #EF1ED0

Tints of Shocking Pink #EF1ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 50.1%
G = 6.29%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF1ED0 (or 0xEF1ED0) is known color: Shocking Pink. HEX triplet: EF, 1E and D0. RGB value is (239,30,208). Sum of RGB (Red+Green+Blue) = 239+30+208=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ED0 is #10E12F. Grayscale: #707070. Windows color (decimal): -1106224 or 13639407. OLE color: 13639407.

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

Color convert

RGB 239 30 208 -
CMYK 0 0.87 0.13 0.06
HSL 308.9º 0.87% 0.53% -
HSV(B) 308.9º 0.87% 0.94% -
XYZ 47.45 23.83 61.77 -
YUV 112.78 181.74 218.03 -
System Red Green Blue C M Y K H S L
Decimal 239 30 208 0 0.87 0.13 0.06 308.9 0.87 0.53
Hex EF 1E D0 0 57 D 6 135 57 35
Octal 357 36 320 0 127 15 6 465 127 65
Binary 11101111 11110 11010000 0 1010111 1101 110 100110101 1010111 110101

Color Harmonies of #EF1ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ED0

Black with #EF1ED0

Text Example


Text Example

White with #EF1ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ED0; }

 p { color: rgb(239,30,208); }

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

background-color css

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

 a { background-color: rgb(239,30,208); }

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

border-color css

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

 span { border-color: rgb(239,30,208); }

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