Html Css Color HEX #EE1FC8 Shocking Pink

📋 copy color: '#EE1FC8'

red 238 ◦ green 31 ◦ blue 200

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

Shades of Shocking Pink #EE1FC8

Tints of Shocking Pink #EE1FC8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.61%

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 50.75%
G = 6.61%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE1FC8 (or 0xEE1FC8) is known color: Shocking Pink. HEX triplet: EE, 1F and C8. RGB value is (238,31,200). Sum of RGB (Red+Green+Blue) = 238+31+200=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FC8 is #11E037. Grayscale: #6F6F6F. Windows color (decimal): -1171512 or 13115374. OLE color: 13115374.

HSL color Cylindrical-coordinate representation of color #EE1FC8: hue angle of 311.01º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FC8 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 200 -
CMYK 0 0.87 0.16 0.07
HSL 311.01º 0.86% 0.53% -
HSV(B) 311.01º 0.87% 0.93% -
XYZ 46.18 23.33 56.71 -
YUV 112.16 177.58 217.76 -
System Red Green Blue C M Y K H S L
Decimal 238 31 200 0 0.87 0.16 0.07 311.01 0.86 0.53
Hex EE 1F C8 0 57 10 7 137 56 35
Octal 356 37 310 0 127 20 7 467 126 65
Binary 11101110 11111 11001000 0 1010111 10000 111 100110111 1010110 110101

Color Harmonies of #EE1FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FC8

Black with #EE1FC8

Text Example


Text Example

White with #EE1FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FC8; }

 p { color: rgb(238,31,200); }

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

background-color css

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

 a { background-color: rgb(238,31,200); }

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

border-color css

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

 span { border-color: rgb(238,31,200); }

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