Html Css Color HEX #EE9BC5 Shocking

📋 copy color: '#EE9BC5'

red 238 ◦ green 155 ◦ blue 197

#EE9BC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #EE9BC5

Tints of Shocking #EE9BC5

RGB

 RED value IS 238 (93.36% from 255) = 40.34%

 GREEN value IS 155 (60.94% from 255) = 26.27%

 BLUE value IS 197 (77.34% from 255) = 33.39%

R = 40.34%
G = 26.27%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE9BC5 (or 0xEE9BC5) is known color: Shocking. HEX triplet: EE, 9B and C5. RGB value is (238,155,197). Sum of RGB (Red+Green+Blue) = 238+155+197=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BC5 is #11643A. Grayscale: #B8B8B8. Windows color (decimal): -1139771 or 12950510. OLE color: 12950510.

HSL color Cylindrical-coordinate representation of color #EE9BC5: hue angle of 329.64º 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 #EE9BC5 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 155 197 -
CMYK 0 0.35 0.17 0.07
HSL 329.64º 0.71% 0.77% -
HSV(B) 329.64º 0.35% 0.93% -
XYZ 57.06 45.65 58.63 -
YUV 184.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 238 155 197 0 0.35 0.17 0.07 329.64 0.71 0.77
Hex EE 9B C5 0 23 11 7 14A 47 4D
Octal 356 233 305 0 43 21 7 512 107 115
Binary 11101110 10011011 11000101 0 100011 10001 111 101001010 1000111 1001101

Color Harmonies of #EE9BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BC5

Black with #EE9BC5

Text Example


Text Example

White with #EE9BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BC5; }

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

 H1.HeaderClassName
 {
   color: #EE9BC5;
 }
 .AnyTagClassName
 {
   color: #EE9BC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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