#EF90BD

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

Shades of Shocking #EF90BD

Tints of Shocking #EF90BD

Color information

#EF90BD (or 0xEF90BD) is unknown color: approx Shocking. HEX triplet: EF, 90 and BD. RGB value is (239,144,189). Sum of RGB (Red+Green+Blue) = 239+144+189=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BD is #106F42. Grayscale: #B1B1B1. Windows color (decimal): -1077059 or 12423407. OLE color: 12423407.

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

Color convert

RGB239144189-
CMYK00.400.210.06
HSL331.58º74.8%75.1%-
HSV(B)331.58º39.75%93.73%-
XYZ54.7641.9753.36-
YUV177.53134.47171.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=41.78%
G=25.17%
B=33.04%

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
Decimal23914418900.400.210.06331.5874.875.1
HexEF90BD02815614c4b4b
Octal357220275050256514113113
Binary11101111100100001011110101010001010111010100110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90BD; }

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

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

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

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

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

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

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

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