Html Css Color HEX #EE05C1 Shocking Pink

📋 copy color: '#EE05C1'

red 238 ◦ green 5 ◦ blue 193

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

Shades of Shocking Pink #EE05C1

Tints of Shocking Pink #EE05C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 54.59%
G = 1.15%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE05C1 (or 0xEE05C1) is known color: Shocking Pink. HEX triplet: EE, 05 and C1. RGB value is (238,5,193). Sum of RGB (Red+Green+Blue) = 238+5+193=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05C1 is #11FA3E. Grayscale: #5F5F5F. Windows color (decimal): -1178175 or 12649966. OLE color: 12649966.

HSL color Cylindrical-coordinate representation of color #EE05C1: hue angle of 311.59º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05C1 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 193 -
CMYK 0 0.98 0.19 0.07
HSL 311.59º 0.96% 0.48% -
HSV(B) 311.59º 0.98% 0.93% -
XYZ 44.94 22.14 52.36 -
YUV 96.1 182.69 229.21 -
System Red Green Blue C M Y K H S L
Decimal 238 5 193 0 0.98 0.19 0.07 311.59 0.96 0.48
Hex EE 5 C1 0 62 13 7 138 60 30
Octal 356 5 301 0 142 23 7 470 140 60
Binary 11101110 101 11000001 0 1100010 10011 111 100111000 1100000 110000

Color Harmonies of #EE05C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05C1

Black with #EE05C1

Text Example


Text Example

White with #EE05C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05C1; }

 p { color: rgb(238,5,193); }

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

background-color css

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

 a { background-color: rgb(238,5,193); }

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

border-color css

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

 span { border-color: rgb(238,5,193); }

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