Html Css Color HEX #EF12B5 Shocking Pink

📋 copy color: '#EF12B5'

red 239 ◦ green 18 ◦ blue 181

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

Shades of Shocking Pink #EF12B5

Tints of Shocking Pink #EF12B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 54.57%
G = 4.11%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF12B5 (or 0xEF12B5) is known color: Shocking Pink. HEX triplet: EF, 12 and B5. RGB value is (239,18,181). Sum of RGB (Red+Green+Blue) = 239+18+181=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12B5 is #10ED4A. Grayscale: #666666. Windows color (decimal): -1109323 or 11866863. OLE color: 11866863.

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

Color convert

RGB 239 18 181 -
CMYK 0 0.92 0.24 0.06
HSL 315.75º 0.87% 0.5% -
HSV(B) 315.75º 0.92% 0.94% -
XYZ 44.15 22.12 45.66 -
YUV 102.66 172.22 225.25 -
System Red Green Blue C M Y K H S L
Decimal 239 18 181 0 0.92 0.24 0.06 315.75 0.87 0.5
Hex EF 12 B5 0 5C 18 6 13C 57 32
Octal 357 22 265 0 134 30 6 474 127 62
Binary 11101111 10010 10110101 0 1011100 11000 110 100111100 1010111 110010

Color Harmonies of #EF12B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12B5

Black with #EF12B5

Text Example


Text Example

White with #EF12B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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