Html Css Color HEX #EF1CCC Shocking Pink

📋 copy color: '#EF1CCC'

red 239 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #EF1CCC

Tints of Shocking Pink #EF1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

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

R = 50.74%
G = 5.94%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF1CCC (or 0xEF1CCC) is known color: Shocking Pink. HEX triplet: EF, 1C and CC. RGB value is (239,28,204). Sum of RGB (Red+Green+Blue) = 239+28+204=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CCC is #10E333. Grayscale: #6E6E6E. Windows color (decimal): -1106740 or 13376751. OLE color: 13376751.

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

Color convert

RGB 239 28 204 -
CMYK 0 0.88 0.15 0.06
HSL 309.95º 0.87% 0.52% -
HSV(B) 309.95º 0.88% 0.94% -
XYZ 46.91 23.54 59.2 -
YUV 111.15 180.4 219.19 -
System Red Green Blue C M Y K H S L
Decimal 239 28 204 0 0.88 0.15 0.06 309.95 0.87 0.52
Hex EF 1C CC 0 58 F 6 136 57 34
Octal 357 34 314 0 130 17 6 466 127 64
Binary 11101111 11100 11001100 0 1011000 1111 110 100110110 1010111 110100

Color Harmonies of #EF1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CCC

Black with #EF1CCC

Text Example


Text Example

White with #EF1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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