Html Css Color HEX #EF12C3 Shocking Pink

📋 copy color: '#EF12C3'

red 239 ◦ green 18 ◦ blue 195

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

Shades of Shocking Pink #EF12C3

Tints of Shocking Pink #EF12C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 52.88%
G = 3.98%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF12C3 (or 0xEF12C3) is known color: Shocking Pink. HEX triplet: EF, 12 and C3. RGB value is (239,18,195). Sum of RGB (Red+Green+Blue) = 239+18+195=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12C3 is #10ED3C. Grayscale: #676767. Windows color (decimal): -1109309 or 12784367. OLE color: 12784367.

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

Color convert

RGB 239 18 195 -
CMYK 0 0.92 0.18 0.06
HSL 311.95º 0.87% 0.5% -
HSV(B) 311.95º 0.92% 0.94% -
XYZ 45.66 22.72 53.61 -
YUV 104.26 179.22 224.11 -
System Red Green Blue C M Y K H S L
Decimal 239 18 195 0 0.92 0.18 0.06 311.95 0.87 0.5
Hex EF 12 C3 0 5C 12 6 138 57 32
Octal 357 22 303 0 134 22 6 470 127 62
Binary 11101111 10010 11000011 0 1011100 10010 110 100111000 1010111 110010

Color Harmonies of #EF12C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12C3

Black with #EF12C3

Text Example


Text Example

White with #EF12C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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