Html Css Color HEX #EE94C4 Shocking

📋 copy color: '#EE94C4'

red 238 ◦ green 148 ◦ blue 196

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

Shades of Shocking #EE94C4

Tints of Shocking #EE94C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 40.89%
G = 25.43%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE94C4 (or 0xEE94C4) is known color: Shocking. HEX triplet: EE, 94 and C4. RGB value is (238,148,196). Sum of RGB (Red+Green+Blue) = 238+148+196=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94C4 is #116B3B. Grayscale: #B4B4B4. Windows color (decimal): -1141564 or 12883182. OLE color: 12883182.

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

Color convert

RGB 238 148 196 -
CMYK 0 0.38 0.18 0.07
HSL 328º 0.73% 0.76% -
HSV(B) 328º 0.38% 0.93% -
XYZ 55.81 43.34 57.65 -
YUV 180.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 238 148 196 0 0.38 0.18 0.07 328 0.73 0.76
Hex EE 94 C4 0 26 12 7 148 49 4C
Octal 356 224 304 0 46 22 7 510 111 114
Binary 11101110 10010100 11000100 0 100110 10010 111 101001000 1001001 1001100

Color Harmonies of #EE94C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94C4

Black with #EE94C4

Text Example


Text Example

White with #EE94C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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