Html Css Color HEX #EE149C Deep Pink

📋 copy color: '#EE149C'

red 238 ◦ green 20 ◦ blue 156

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

Shades of Deep Pink #EE149C

Tints of Deep Pink #EE149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 57.49%
G = 4.83%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE149C (or 0xEE149C) is known color: Deep Pink. HEX triplet: EE, 14 and 9C. RGB value is (238,20,156). Sum of RGB (Red+Green+Blue) = 238+20+156=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE149C is #11EB63. Grayscale: #646464. Windows color (decimal): -1174372 or 10228974. OLE color: 10228974.

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

Color convert

RGB 238 20 156 -
CMYK 0 0.92 0.34 0.07
HSL 322.57º 0.87% 0.51% -
HSV(B) 322.57º 0.92% 0.93% -
XYZ 41.51 21.08 33.33 -
YUV 100.69 159.22 225.94 -
System Red Green Blue C M Y K H S L
Decimal 238 20 156 0 0.92 0.34 0.07 322.57 0.87 0.51
Hex EE 14 9C 0 5C 22 7 143 57 33
Octal 356 24 234 0 134 42 7 503 127 63
Binary 11101110 10100 10011100 0 1011100 100010 111 101000011 1010111 110011

Color Harmonies of #EE149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE149C

Black with #EE149C

Text Example


Text Example

White with #EE149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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