Html Css Color HEX #EE94C7 Shocking

📋 copy color: '#EE94C7'

red 238 ◦ green 148 ◦ blue 199

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

Shades of Shocking #EE94C7

Tints of Shocking #EE94C7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 40.68%
G = 25.3%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE94C7 (or 0xEE94C7) is known color: Shocking. HEX triplet: EE, 94 and C7. RGB value is (238,148,199). Sum of RGB (Red+Green+Blue) = 238+148+199=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94C7 is #116B38. Grayscale: #B4B4B4. Windows color (decimal): -1141561 or 13079790. OLE color: 13079790.

HSL color Cylindrical-coordinate representation of color #EE94C7: hue angle of 326º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94C7 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 199 -
CMYK 0 0.38 0.16 0.07
HSL 326º 0.73% 0.76% -
HSV(B) 326º 0.38% 0.93% -
XYZ 56.16 43.48 59.47 -
YUV 180.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 238 148 199 0 0.38 0.16 0.07 326 0.73 0.76
Hex EE 94 C7 0 26 10 7 146 49 4C
Octal 356 224 307 0 46 20 7 506 111 114
Binary 11101110 10010100 11000111 0 100110 10000 111 101000110 1001001 1001100

Color Harmonies of #EE94C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94C7

Black with #EE94C7

Text Example


Text Example

White with #EE94C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94C7; }

 p { color: rgb(238,148,199); }

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

background-color css

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

 a { background-color: rgb(238,148,199); }

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

border-color css

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

 span { border-color: rgb(238,148,199); }

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