Html Css Color HEX #EE148D Deep Pink

📋 copy color: '#EE148D'

red 238 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #EE148D

Tints of Deep Pink #EE148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 59.65%
G = 5.01%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE148D (or 0xEE148D) is known color: Deep Pink. HEX triplet: EE, 14 and 8D. RGB value is (238,20,141). Sum of RGB (Red+Green+Blue) = 238+20+141=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE148D is #11EB72. Grayscale: #626262. Windows color (decimal): -1174387 or 9245934. OLE color: 9245934.

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

Color convert

RGB 238 20 141 -
CMYK 0 0.92 0.41 0.07
HSL 326.7º 0.87% 0.51% -
HSV(B) 326.7º 0.92% 0.93% -
XYZ 40.32 20.6 27.05 -
YUV 98.98 151.72 227.16 -
System Red Green Blue C M Y K H S L
Decimal 238 20 141 0 0.92 0.41 0.07 326.7 0.87 0.51
Hex EE 14 8D 0 5C 29 7 147 57 33
Octal 356 24 215 0 134 51 7 507 127 63
Binary 11101110 10100 10001101 0 1011100 101001 111 101000111 1010111 110011

Color Harmonies of #EE148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE148D

Black with #EE148D

Text Example


Text Example

White with #EE148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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