#EF90C0

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

Shades of Shocking #EF90C0

Tints of Shocking #EF90C0

Color information

#EF90C0 (or 0xEF90C0) is unknown color: approx Shocking. HEX triplet: EF, 90 and C0. RGB value is (239,144,192). Sum of RGB (Red+Green+Blue) = 239+144+192=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C0 is #106F3F. Grayscale: #B1B1B1. Windows color (decimal): -1077056 or 12620015. OLE color: 12620015.

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

Color convert

RGB239144192-
CMYK00.400.200.06
HSL329.68º74.8%75.1%-
HSV(B)329.68º39.75%93.73%-
XYZ55.0842.155.09-
YUV177.88135.97171.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=41.57%
G=25.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914419200.400.200.06329.6874.875.1
HexEF90C002814614a4b4b
Octal357220300050246512113113
Binary11101111100100001100000001010001010011010100101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90C0; }

 p { color: rgb(239,144,192); }

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

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

 a { background-color: rgb(239,144,192); }

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

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

 span { border-color: rgb(239,144,192); }

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