Html Css Color HEX #EF10B4 Shocking Pink

📋 copy color: '#EF10B4'

red 239 ◦ green 16 ◦ blue 180

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

Shades of Shocking Pink #EF10B4

Tints of Shocking Pink #EF10B4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 54.94%
G = 3.68%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF10B4 (or 0xEF10B4) is known color: Shocking Pink. HEX triplet: EF, 10 and B4. RGB value is (239,16,180). Sum of RGB (Red+Green+Blue) = 239+16+180=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10B4 is #10EF4B. Grayscale: #646464. Windows color (decimal): -1109836 or 11800815. OLE color: 11800815.

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

Color convert

RGB 239 16 180 -
CMYK 0 0.93 0.25 0.06
HSL 315.87º 0.87% 0.5% -
HSV(B) 315.87º 0.93% 0.94% -
XYZ 44.02 22.02 45.11 -
YUV 101.37 172.38 226.16 -
System Red Green Blue C M Y K H S L
Decimal 239 16 180 0 0.93 0.25 0.06 315.87 0.87 0.5
Hex EF 10 B4 0 5D 19 6 13C 57 32
Octal 357 20 264 0 135 31 6 474 127 62
Binary 11101111 10000 10110100 0 1011101 11001 110 100111100 1010111 110010

Color Harmonies of #EF10B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10B4

Black with #EF10B4

Text Example


Text Example

White with #EF10B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10B4; }

 p { color: rgb(239,16,180); }

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

background-color css

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

 a { background-color: rgb(239,16,180); }

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

border-color css

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

 span { border-color: rgb(239,16,180); }

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