#EF95C5

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

Shades of Shocking #EF95C5

Tints of Shocking #EF95C5

Color information

#EF95C5 (or 0xEF95C5) is unknown color: approx Shocking. HEX triplet: EF, 95 and C5. RGB value is (239,149,197). Sum of RGB (Red+Green+Blue) = 239+149+197=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95C5 is #106A3A. Grayscale: #B5B5B5. Windows color (decimal): -1075771 or 12948975. OLE color: 12948975.

HSL color Cylindrical-coordinate representation of color #EF95C5: hue angle of 328º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95C5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239149197-
CMYK00.380.180.06
HSL328º73.77%76.08%-
HSV(B)328º37.66%93.73%-
XYZ56.4243.8858.32-
YUV181.38136.82169.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=40.85%
G=25.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914919700.380.180.0632873.7776.08
HexEF95C50261261484a4c
Octal357225305046226510112114
Binary11101111100101011100010101001101001011010100100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95C5; }

 p { color: rgb(239,149,197); }

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

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

 a { background-color: rgb(239,149,197); }

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

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

 span { border-color: rgb(239,149,197); }

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