Html Css Color HEX #EF1ED2 Shocking Pink

📋 copy color: '#EF1ED2'

red 239 ◦ green 30 ◦ blue 210

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

Shades of Shocking Pink #EF1ED2

Tints of Shocking Pink #EF1ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 49.9%
G = 6.26%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF1ED2 (or 0xEF1ED2) is known color: Shocking Pink. HEX triplet: EF, 1E and D2. RGB value is (239,30,210). Sum of RGB (Red+Green+Blue) = 239+30+210=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ED2 is #10E12D. Grayscale: #707070. Windows color (decimal): -1106222 or 13770479. OLE color: 13770479.

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

Color convert

RGB 239 30 210 -
CMYK 0 0.87 0.12 0.06
HSL 308.33º 0.87% 0.53% -
HSV(B) 308.33º 0.87% 0.94% -
XYZ 47.69 23.93 63.08 -
YUV 113.01 182.74 217.86 -
System Red Green Blue C M Y K H S L
Decimal 239 30 210 0 0.87 0.12 0.06 308.33 0.87 0.53
Hex EF 1E D2 0 57 C 6 134 57 35
Octal 357 36 322 0 127 14 6 464 127 65
Binary 11101111 11110 11010010 0 1010111 1100 110 100110100 1010111 110101

Color Harmonies of #EF1ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ED2

Black with #EF1ED2

Text Example


Text Example

White with #EF1ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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