#EF9BC3

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

Shades of Shocking #EF9BC3

Tints of Shocking #EF9BC3

Color information

#EF9BC3 (or 0xEF9BC3) is unknown color: approx Shocking. HEX triplet: EF, 9B and C3. RGB value is (239,155,195). Sum of RGB (Red+Green+Blue) = 239+155+195=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BC3 is #10643C. Grayscale: #B8B8B8. Windows color (decimal): -1074237 or 12819439. OLE color: 12819439.

HSL color Cylindrical-coordinate representation of color #EF9BC3: hue angle of 331.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BC3 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239155195-
CMYK00.350.180.06
HSL331.43º72.41%77.25%-
HSV(B)331.43º35.15%93.73%-
XYZ57.1745.7357.44-
YUV184.68133.83166.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=40.58%
G=26.32%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915519500.350.180.06331.4372.4177.25
HexEF9BC302312614b484d
Octal357233303043226513110115
Binary11101111100110111100001101000111001011010100101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BC3; }

 p { color: rgb(239,155,195); }

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

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

 a { background-color: rgb(239,155,195); }

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

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

 span { border-color: rgb(239,155,195); }

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