#EF8FBE

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

Shades of Shocking #EF8FBE

Tints of Shocking #EF8FBE

Color information

#EF8FBE (or 0xEF8FBE) is unknown color: approx Shocking. HEX triplet: EF, 8F and BE. RGB value is (239,143,190). Sum of RGB (Red+Green+Blue) = 239+143+190=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FBE is #107041. Grayscale: #B0B0B0. Windows color (decimal): -1077314 or 12488687. OLE color: 12488687.

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

Color convert

RGB239143190-
CMYK00.400.210.06
HSL330.62º75%74.9%-
HSV(B)330.62º40.17%93.73%-
XYZ54.7141.7153.88-
YUV177.06135.3172.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=41.78%
G=25%
B=33.22%

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
Decimal23914319000.400.210.06330.627574.9
HexEF8FBE02815614b4b4b
Octal357217276050256513113113
Binary11101111100011111011111001010001010111010100101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FBE; }

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

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

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

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

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

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

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

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