Html Css Color HEX #EE14BA Shocking Pink

📋 copy color: '#EE14BA'

red 238 ◦ green 20 ◦ blue 186

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

Shades of Shocking Pink #EE14BA

Tints of Shocking Pink #EE14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.5%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 53.6%
G = 4.5%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE14BA (or 0xEE14BA) is known color: Shocking Pink. HEX triplet: EE, 14 and BA. RGB value is (238,20,186). Sum of RGB (Red+Green+Blue) = 238+20+186=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14BA is #11EB45. Grayscale: #676767. Windows color (decimal): -1174342 or 12195054. OLE color: 12195054.

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

Color convert

RGB 238 20 186 -
CMYK 0 0.92 0.22 0.07
HSL 314.31º 0.87% 0.51% -
HSV(B) 314.31º 0.92% 0.93% -
XYZ 44.37 22.22 48.41 -
YUV 104.11 174.22 223.5 -
System Red Green Blue C M Y K H S L
Decimal 238 20 186 0 0.92 0.22 0.07 314.31 0.87 0.51
Hex EE 14 BA 0 5C 16 7 13A 57 33
Octal 356 24 272 0 134 26 7 472 127 63
Binary 11101110 10100 10111010 0 1011100 10110 111 100111010 1010111 110011

Color Harmonies of #EE14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14BA

Black with #EE14BA

Text Example


Text Example

White with #EE14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14BA; }

 p { color: rgb(238,20,186); }

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

background-color css

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

 a { background-color: rgb(238,20,186); }

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

border-color css

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

 span { border-color: rgb(238,20,186); }

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