Html Css Color HEX #EE99CC Shocking

📋 copy color: '#EE99CC'

red 238 ◦ green 153 ◦ blue 204

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

Shades of Shocking #EE99CC

Tints of Shocking #EE99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.71%

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

R = 40%
G = 25.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE99CC (or 0xEE99CC) is known color: Shocking. HEX triplet: EE, 99 and CC. RGB value is (238,153,204). Sum of RGB (Red+Green+Blue) = 238+153+204=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99CC is #116633. Grayscale: #B8B8B8. Windows color (decimal): -1140276 or 13408750. OLE color: 13408750.

HSL color Cylindrical-coordinate representation of color #EE99CC: hue angle of 324º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99CC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 204 -
CMYK 0 0.36 0.14 0.07
HSL 324º 0.71% 0.77% -
HSV(B) 324º 0.36% 0.93% -
XYZ 57.55 45.32 62.84 -
YUV 184.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 238 153 204 0 0.36 0.14 0.07 324 0.71 0.77
Hex EE 99 CC 0 24 E 7 144 47 4D
Octal 356 231 314 0 44 16 7 504 107 115
Binary 11101110 10011001 11001100 0 100100 1110 111 101000100 1000111 1001101

Color Harmonies of #EE99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE99CC

Black with #EE99CC

Text Example


Text Example

White with #EE99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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