Html Css Color HEX #EE99CA Shocking

📋 copy color: '#EE99CA'

red 238 ◦ green 153 ◦ blue 202

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

Shades of Shocking #EE99CA

Tints of Shocking #EE99CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 40.13%
G = 25.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE99CA (or 0xEE99CA) is known color: Shocking. HEX triplet: EE, 99 and CA. RGB value is (238,153,202). Sum of RGB (Red+Green+Blue) = 238+153+202=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99CA is #116635. Grayscale: #B7B7B7. Windows color (decimal): -1140278 or 13277678. OLE color: 13277678.

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

Color convert

RGB 238 153 202 -
CMYK 0 0.36 0.15 0.07
HSL 325.41º 0.71% 0.77% -
HSV(B) 325.41º 0.36% 0.93% -
XYZ 57.31 45.22 61.59 -
YUV 184 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 238 153 202 0 0.36 0.15 0.07 325.41 0.71 0.77
Hex EE 99 CA 0 24 F 7 145 47 4D
Octal 356 231 312 0 44 17 7 505 107 115
Binary 11101110 10011001 11001010 0 100100 1111 111 101000101 1000111 1001101

Color Harmonies of #EE99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE99CA

Black with #EE99CA

Text Example


Text Example

White with #EE99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE99CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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