#EF8EC1

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

Shades of Shocking #EF8EC1

Tints of Shocking #EF8EC1

Color information

#EF8EC1 (or 0xEF8EC1) is unknown color: approx Shocking. HEX triplet: EF, 8E and C1. RGB value is (239,142,193). Sum of RGB (Red+Green+Blue) = 239+142+193=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC1 is #10713E. Grayscale: #B0B0B0. Windows color (decimal): -1077567 or 12685039. OLE color: 12685039.

HSL color Cylindrical-coordinate representation of color #EF8EC1: hue angle of 328.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EC1 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239142193-
CMYK00.410.190.06
HSL328.45º75.19%74.71%-
HSV(B)328.45º40.59%93.73%-
XYZ54.941.5555.58-
YUV176.82137.14172.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 193 (75.78% from 255) = 33.62%
R=41.64%
G=24.74%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914219300.410.190.06328.4575.1974.71
HexEF8EC10291361484b4b
Octal357216301051236510113113
Binary11101111100011101100000101010011001111010100100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EC1; }

 p { color: rgb(239,142,193); }

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

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

 a { background-color: rgb(239,142,193); }

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

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

 span { border-color: rgb(239,142,193); }

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