Html Css Color HEX #EE138D Deep Pink

📋 copy color: '#EE138D'

red 238 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #EE138D

Tints of Deep Pink #EE138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 59.8%
G = 4.77%
B = 35.43%

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

#EE138D (or 0xEE138D) is known color: Deep Pink. HEX triplet: EE, 13 and 8D. RGB value is (238,19,141). Sum of RGB (Red+Green+Blue) = 238+19+141=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE138D is #11EC72. Grayscale: #626262. Windows color (decimal): -1174643 or 9245678. OLE color: 9245678.

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

Color convert

RGB 238 19 141 -
CMYK 0 0.92 0.41 0.07
HSL 326.58º 0.87% 0.5% -
HSV(B) 326.58º 0.92% 0.93% -
XYZ 40.3 20.57 27.04 -
YUV 98.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 238 19 141 0 0.92 0.41 0.07 326.58 0.87 0.5
Hex EE 13 8D 0 5C 29 7 147 57 32
Octal 356 23 215 0 134 51 7 507 127 62
Binary 11101110 10011 10001101 0 1011100 101001 111 101000111 1010111 110010

Color Harmonies of #EE138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE138D

Black with #EE138D

Text Example


Text Example

White with #EE138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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