Html Css Color HEX #EE149B Deep Pink

📋 copy color: '#EE149B'

red 238 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #EE149B

Tints of Deep Pink #EE149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 57.63%
G = 4.84%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE149B (or 0xEE149B) is known color: Deep Pink. HEX triplet: EE, 14 and 9B. RGB value is (238,20,155). Sum of RGB (Red+Green+Blue) = 238+20+155=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE149B is #11EB64. Grayscale: #646464. Windows color (decimal): -1174373 or 10163438. OLE color: 10163438.

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

Color convert

RGB 238 20 155 -
CMYK 0 0.92 0.35 0.07
HSL 322.84º 0.87% 0.51% -
HSV(B) 322.84º 0.92% 0.93% -
XYZ 41.43 21.04 32.89 -
YUV 100.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 238 20 155 0 0.92 0.35 0.07 322.84 0.87 0.51
Hex EE 14 9B 0 5C 23 7 143 57 33
Octal 356 24 233 0 134 43 7 503 127 63
Binary 11101110 10100 10011011 0 1011100 100011 111 101000011 1010111 110011

Color Harmonies of #EE149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE149B

Black with #EE149B

Text Example


Text Example

White with #EE149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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