#EF95CD

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

Shades of Shocking #EF95CD

Tints of Shocking #EF95CD

Color information

#EF95CD (or 0xEF95CD) is unknown color: approx Shocking. HEX triplet: EF, 95 and CD. RGB value is (239,149,205). Sum of RGB (Red+Green+Blue) = 239+149+205=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95CD is #106A32. Grayscale: #B6B6B6. Windows color (decimal): -1075763 or 13473263. OLE color: 13473263.

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

Color convert

RGB239149205-
CMYK00.380.140.06
HSL322.67º73.77%76.08%-
HSV(B)322.67º37.66%93.73%-
XYZ57.3644.2563.28-
YUV182.29140.82168.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=40.30%
G=25.13%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914920500.380.140.06322.6773.7776.08
HexEF95CD026E61434a4c
Octal357225315046166503112114
Binary1110111110010101110011010100110111011010100001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95CD; }

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

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

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

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

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

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

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

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