Html Css Color HEX #EE1FCC Shocking Pink

📋 copy color: '#EE1FCC'

red 238 ◦ green 31 ◦ blue 204

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

Shades of Shocking Pink #EE1FCC

Tints of Shocking Pink #EE1FCC

RGB

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

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

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

R = 50.32%
G = 6.55%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE1FCC (or 0xEE1FCC) is known color: Shocking Pink. HEX triplet: EE, 1F and CC. RGB value is (238,31,204). Sum of RGB (Red+Green+Blue) = 238+31+204=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FCC is #11E033. Grayscale: #707070. Windows color (decimal): -1171508 or 13377518. OLE color: 13377518.

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

Color convert

RGB 238 31 204 -
CMYK 0 0.87 0.14 0.07
HSL 309.86º 0.86% 0.53% -
HSV(B) 309.86º 0.87% 0.93% -
XYZ 46.65 23.52 59.21 -
YUV 112.62 179.58 217.43 -
System Red Green Blue C M Y K H S L
Decimal 238 31 204 0 0.87 0.14 0.07 309.86 0.86 0.53
Hex EE 1F CC 0 57 E 7 136 56 35
Octal 356 37 314 0 127 16 7 466 126 65
Binary 11101110 11111 11001100 0 1010111 1110 111 100110110 1010110 110101

Color Harmonies of #EE1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FCC

Black with #EE1FCC

Text Example


Text Example

White with #EE1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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