Html Css Color HEX #EF12B2 Shocking Pink

📋 copy color: '#EF12B2'

red 239 ◦ green 18 ◦ blue 178

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

Shades of Shocking Pink #EF12B2

Tints of Shocking Pink #EF12B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 54.94%
G = 4.14%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF12B2 (or 0xEF12B2) is known color: Shocking Pink. HEX triplet: EF, 12 and B2. RGB value is (239,18,178). Sum of RGB (Red+Green+Blue) = 239+18+178=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12B2 is #10ED4D. Grayscale: #656565. Windows color (decimal): -1109326 or 11670255. OLE color: 11670255.

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

Color convert

RGB 239 18 178 -
CMYK 0 0.92 0.26 0.06
HSL 316.56º 0.87% 0.5% -
HSV(B) 316.56º 0.92% 0.94% -
XYZ 43.85 22 44.05 -
YUV 102.32 170.72 225.49 -
System Red Green Blue C M Y K H S L
Decimal 239 18 178 0 0.92 0.26 0.06 316.56 0.87 0.5
Hex EF 12 B2 0 5C 1A 6 13D 57 32
Octal 357 22 262 0 134 32 6 475 127 62
Binary 11101111 10010 10110010 0 1011100 11010 110 100111101 1010111 110010

Color Harmonies of #EF12B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12B2

Black with #EF12B2

Text Example


Text Example

White with #EF12B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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