Html Css Color HEX #EE94CC Shocking

📋 copy color: '#EE94CC'

red 238 ◦ green 148 ◦ blue 204

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

Shades of Shocking #EE94CC

Tints of Shocking #EE94CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 40.34%
G = 25.08%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE94CC (or 0xEE94CC) is known color: Shocking. HEX triplet: EE, 94 and CC. RGB value is (238,148,204). Sum of RGB (Red+Green+Blue) = 238+148+204=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94CC is #116B33. Grayscale: #B5B5B5. Windows color (decimal): -1141556 or 13407470. OLE color: 13407470.

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

Color convert

RGB 238 148 204 -
CMYK 0 0.38 0.14 0.07
HSL 322.67º 0.73% 0.76% -
HSV(B) 322.67º 0.38% 0.93% -
XYZ 56.75 43.72 62.57 -
YUV 181.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 238 148 204 0 0.38 0.14 0.07 322.67 0.73 0.76
Hex EE 94 CC 0 26 E 7 143 49 4C
Octal 356 224 314 0 46 16 7 503 111 114
Binary 11101110 10010100 11001100 0 100110 1110 111 101000011 1001001 1001100

Color Harmonies of #EE94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94CC

Black with #EE94CC

Text Example


Text Example

White with #EE94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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