Html Css Color HEX #EF10CC Shocking Pink

📋 copy color: '#EF10CC'

red 239 ◦ green 16 ◦ blue 204

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

Shades of Shocking Pink #EF10CC

Tints of Shocking Pink #EF10CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 52.07%
G = 3.49%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF10CC (or 0xEF10CC) is known color: Shocking Pink. HEX triplet: EF, 10 and CC. RGB value is (239,16,204). Sum of RGB (Red+Green+Blue) = 239+16+204=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10CC is #10EF33. Grayscale: #676767. Windows color (decimal): -1109812 or 13373679. OLE color: 13373679.

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

Color convert

RGB 239 16 204 -
CMYK 0 0.93 0.15 0.06
HSL 309.42º 0.87% 0.5% -
HSV(B) 309.42º 0.93% 0.94% -
XYZ 46.68 23.08 59.12 -
YUV 104.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 239 16 204 0 0.93 0.15 0.06 309.42 0.87 0.5
Hex EF 10 CC 0 5D F 6 135 57 32
Octal 357 20 314 0 135 17 6 465 127 62
Binary 11101111 10000 11001100 0 1011101 1111 110 100110101 1010111 110010

Color Harmonies of #EF10CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10CC

Black with #EF10CC

Text Example


Text Example

White with #EF10CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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