#EF90BE

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

Shades of Shocking #EF90BE

Tints of Shocking #EF90BE

Color information

#EF90BE (or 0xEF90BE) is unknown color: approx Shocking. HEX triplet: EF, 90 and BE. RGB value is (239,144,190). Sum of RGB (Red+Green+Blue) = 239+144+190=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BE is #106F41. Grayscale: #B1B1B1. Windows color (decimal): -1077058 or 12488943. OLE color: 12488943.

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

Color convert

RGB239144190-
CMYK00.400.210.06
HSL330.95º74.8%75.1%-
HSV(B)330.95º39.75%93.73%-
XYZ54.8642.0153.93-
YUV177.65134.97171.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=41.71%
G=25.13%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914419000.400.210.06330.9574.875.1
HexEF90BE02815614b4b4b
Octal357220276050256513113113
Binary11101111100100001011111001010001010111010100101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90BE; }

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

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

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

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

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

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

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

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