#ee8fbd

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

Shades of Shocking #EE8FBD

Tints of Shocking #EE8FBD

Color information

#EE8FBD (or 0xEE8FBD) is unknown color: approx Shocking. HEX triplet: EE, 8F and BD. RGB value is (238,143,189). Sum of RGB (Red+Green+Blue) = 238+143+189=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8FBD is #117042. Grayscale: #B0B0B0. Windows color (decimal): -1142851 or 12423150. OLE color: 12423150.

HSL color Cylindrical-coordinate representation of color #EE8FBD: hue angle of 330.95º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8FBD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238143189-
CMYK00.400.210.07
HSL330.95º73.64%74.71%-
HSV(B)330.95º39.92%93.33%-
XYZ54.2741.553.29-
YUV176.65134.97171.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=41.75%
G=25.09%
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.07
SystemRedGreenBlueCMYKHSL
Decimal23814318900.400.210.07330.9573.6474.71
HexEE8FBD02815714b4a4b
Octal356217275050257513112113
Binary11101110100011111011110101010001010111110100101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee8fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee8fbd; }

 p { color: rgb(238,143,189); }

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

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

 a { background-color: rgb(238,143,189); }

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

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

 span { border-color: rgb(238,143,189); }

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