Html Css Color HEX #EF10B0 Shocking Pink

📋 copy color: '#EF10B0'

red 239 ◦ green 16 ◦ blue 176

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

Shades of Shocking Pink #EF10B0

Tints of Shocking Pink #EF10B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 55.45%
G = 3.71%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF10B0 (or 0xEF10B0) is known color: Shocking Pink. HEX triplet: EF, 10 and B0. RGB value is (239,16,176). Sum of RGB (Red+Green+Blue) = 239+16+176=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF10B0 is #10EF4F. Grayscale: #646464. Windows color (decimal): -1109840 or 11538671. OLE color: 11538671.

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

Color convert

RGB 239 16 176 -
CMYK 0 0.93 0.26 0.06
HSL 316.95º 0.87% 0.5% -
HSV(B) 316.95º 0.93% 0.94% -
XYZ 43.62 21.86 42.99 -
YUV 100.92 170.38 226.49 -
System Red Green Blue C M Y K H S L
Decimal 239 16 176 0 0.93 0.26 0.06 316.95 0.87 0.5
Hex EF 10 B0 0 5D 1A 6 13D 57 32
Octal 357 20 260 0 135 32 6 475 127 62
Binary 11101111 10000 10110000 0 1011101 11010 110 100111101 1010111 110010

Color Harmonies of #EF10B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10B0

Black with #EF10B0

Text Example


Text Example

White with #EF10B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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