#EF8DBE

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

Shades of Shocking #EF8DBE

Tints of Shocking #EF8DBE

Color information

#EF8DBE (or 0xEF8DBE) is unknown color: approx Shocking. HEX triplet: EF, 8D and BE. RGB value is (239,141,190). Sum of RGB (Red+Green+Blue) = 239+141+190=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DBE is #107241. Grayscale: #AFAFAF. Windows color (decimal): -1077826 or 12488175. OLE color: 12488175.

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

Color convert

RGB239141190-
CMYK00.410.210.06
HSL330º75.38%74.51%-
HSV(B)330º41%93.73%-
XYZ54.4241.1253.78-
YUV175.89135.97173.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=41.93%
G=24.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914119000.410.210.0633075.3874.51
HexEF8DBE02915614a4b4b
Octal357215276051256512113113
Binary11101111100011011011111001010011010111010100101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DBE; }

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

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

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

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

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

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

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

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