Html Css Color HEX #EF12D2 Shocking Pink

📋 copy color: '#EF12D2'

red 239 ◦ green 18 ◦ blue 210

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

Shades of Shocking Pink #EF12D2

Tints of Shocking Pink #EF12D2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 51.18%
G = 3.85%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF12D2 (or 0xEF12D2) is known color: Shocking Pink. HEX triplet: EF, 12 and D2. RGB value is (239,18,210). Sum of RGB (Red+Green+Blue) = 239+18+210=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12D2 is #10ED2D. Grayscale: #696969. Windows color (decimal): -1109294 or 13767407. OLE color: 13767407.

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

Color convert

RGB 239 18 210 -
CMYK 0 0.92 0.12 0.06
HSL 307.87º 0.87% 0.5% -
HSV(B) 307.87º 0.92% 0.94% -
XYZ 47.45 23.44 63 -
YUV 105.97 186.72 222.89 -
System Red Green Blue C M Y K H S L
Decimal 239 18 210 0 0.92 0.12 0.06 307.87 0.87 0.5
Hex EF 12 D2 0 5C C 6 134 57 32
Octal 357 22 322 0 134 14 6 464 127 62
Binary 11101111 10010 11010010 0 1011100 1100 110 100110100 1010111 110010

Color Harmonies of #EF12D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12D2

Black with #EF12D2

Text Example


Text Example

White with #EF12D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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