Html Css Color HEX #EE8DBE Shocking

📋 copy color: '#EE8DBE'

red 238 ◦ green 141 ◦ blue 190

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

Shades of Shocking #EE8DBE

Tints of Shocking #EE8DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.78%

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 41.83%
G = 24.78%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE8DBE (or 0xEE8DBE) is known color: Shocking. HEX triplet: EE, 8D and BE. RGB value is (238,141,190). Sum of RGB (Red+Green+Blue) = 238+141+190=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBE is #117241. Grayscale: #AFAFAF. Windows color (decimal): -1143362 or 12488174. OLE color: 12488174.

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

Color convert

RGB 238 141 190 -
CMYK 0 0.41 0.20 0.07
HSL 329.69º 0.74% 0.74% -
HSV(B) 329.69º 0.41% 0.93% -
XYZ 54.08 40.94 53.77 -
YUV 175.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 238 141 190 0 0.41 0.20 0.07 329.69 0.74 0.74
Hex EE 8D BE 0 29 14 7 14A 4A 4A
Octal 356 215 276 0 51 24 7 512 112 112
Binary 11101110 10001101 10111110 0 101001 10100 111 101001010 1001010 1001010

Color Harmonies of #EE8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DBE

Black with #EE8DBE

Text Example


Text Example

White with #EE8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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