#EE9BBE

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

Shades of Shocking #EE9BBE

Tints of Shocking #EE9BBE

Color information

#EE9BBE (or 0xEE9BBE) is unknown color: approx Shocking. HEX triplet: EE, 9B and BE. RGB value is (238,155,190). Sum of RGB (Red+Green+Blue) = 238+155+190=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BBE is #116441. Grayscale: #B7B7B7. Windows color (decimal): -1139778 or 12491758. OLE color: 12491758.

HSL color Cylindrical-coordinate representation of color #EE9BBE: hue angle of 334.7º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BBE is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238155190-
CMYK00.350.200.07
HSL334.7º70.94%77.06%-
HSV(B)334.7º34.87%93.33%-
XYZ56.2845.3454.5-
YUV183.81131.5166.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=40.82%
G=26.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815519000.350.200.07334.770.9477.06
HexEE9BBE02314714f474d
Octal356233276043247517107115
Binary11101110100110111011111001000111010011110100111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BBE; }

 p { color: rgb(238,155,190); }

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

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

 a { background-color: rgb(238,155,190); }

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

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

 span { border-color: rgb(238,155,190); }

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