#EF1ACA

Color #EF1ACA Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #EF1ACA

Tints of Shocking Pink #EF1ACA

Color information

#EF1ACA (or 0xEF1ACA) is unknown color: approx Shocking Pink. HEX triplet: EF, 1A and CA. RGB value is (239,26,202). Sum of RGB (Red+Green+Blue) = 239+26+202=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ACA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ACA is #10E535. Grayscale: #6D6D6D. Windows color (decimal): -1107254 or 13245167. OLE color: 13245167.

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

Color convert

RGB23926202-
CMYK00.890.150.06
HSL310.42º86.94%51.96%-
HSV(B)310.42º89.12%93.73%-
XYZ46.6323.3557.93-
YUV109.75180.07220.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 26 (10.55% from 255) = 5.57%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=51.18%
G=5.57%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392620200.890.150.06310.4286.9451.96
HexEF1ACA059F61365734
Octal35732312013117646612764
Binary1110111111010110010100101100111111101001101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1ACA; }

 p { color: rgb(239,26,202); }

 H1.HeaderClassName
 {
   color: #EF1ACA;
 }
 .AnyTagClassName
 {
   color: #EF1ACA;
 }
</style>
background-color css

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

 a { background-color: rgb(239,26,202); }

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

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

 span { border-color: rgb(239,26,202); }

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