#EF90BF

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

Shades of Shocking #EF90BF

Tints of Shocking #EF90BF

Color information

#EF90BF (or 0xEF90BF) is unknown color: approx Shocking. HEX triplet: EF, 90 and BF. RGB value is (239,144,191). Sum of RGB (Red+Green+Blue) = 239+144+191=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BF is #106F40. Grayscale: #B1B1B1. Windows color (decimal): -1077057 or 12554479. OLE color: 12554479.

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

Color convert

RGB239144191-
CMYK00.400.200.06
HSL330.32º74.8%75.1%-
HSV(B)330.32º39.75%93.73%-
XYZ54.9742.0654.51-
YUV177.76135.47171.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 191 (75% from 255) = 33.28%
R=41.64%
G=25.09%
B=33.28%

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
Decimal23914419100.400.200.06330.3274.875.1
HexEF90BF02814614a4b4b
Octal357220277050246512113113
Binary11101111100100001011111101010001010011010100101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90BF; }

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

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

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

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

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

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

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

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