Html Css Color HEX #EE98C2 Shocking

📋 copy color: '#EE98C2'

red 238 ◦ green 152 ◦ blue 194

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

Shades of Shocking #EE98C2

Tints of Shocking #EE98C2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.03%

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 40.75%
G = 26.03%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE98C2 (or 0xEE98C2) is known color: Shocking. HEX triplet: EE, 98 and C2. RGB value is (238,152,194). Sum of RGB (Red+Green+Blue) = 238+152+194=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98C2 is #11673D. Grayscale: #B6B6B6. Windows color (decimal): -1140542 or 12753134. OLE color: 12753134.

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

Color convert

RGB 238 152 194 -
CMYK 0 0.36 0.18 0.07
HSL 330.7º 0.72% 0.76% -
HSV(B) 330.7º 0.36% 0.93% -
XYZ 56.23 44.53 56.67 -
YUV 182.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 238 152 194 0 0.36 0.18 0.07 330.7 0.72 0.76
Hex EE 98 C2 0 24 12 7 14B 48 4C
Octal 356 230 302 0 44 22 7 513 110 114
Binary 11101110 10011000 11000010 0 100100 10010 111 101001011 1001000 1001100

Color Harmonies of #EE98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE98C2

Black with #EE98C2

Text Example


Text Example

White with #EE98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE98C2; }

 p { color: rgb(238,152,194); }

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

background-color css

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

 a { background-color: rgb(238,152,194); }

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

border-color css

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

 span { border-color: rgb(238,152,194); }

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