Html Css Color HEX #EE128B Deep Pink

📋 copy color: '#EE128B'

red 238 ◦ green 18 ◦ blue 139

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

Shades of Deep Pink #EE128B

Tints of Deep Pink #EE128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 60.25%
G = 4.56%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE128B (or 0xEE128B) is known color: Deep Pink. HEX triplet: EE, 12 and 8B. RGB value is (238,18,139). Sum of RGB (Red+Green+Blue) = 238+18+139=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE128B is #11ED74. Grayscale: #616161. Windows color (decimal): -1174901 or 9114350. OLE color: 9114350.

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

Color convert

RGB 238 18 139 -
CMYK 0 0.92 0.42 0.07
HSL 327º 0.87% 0.5% -
HSV(B) 327º 0.92% 0.93% -
XYZ 40.14 20.47 26.26 -
YUV 97.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 238 18 139 0 0.92 0.42 0.07 327 0.87 0.5
Hex EE 12 8B 0 5C 2A 7 147 57 32
Octal 356 22 213 0 134 52 7 507 127 62
Binary 11101110 10010 10001011 0 1011100 101010 111 101000111 1010111 110010

Color Harmonies of #EE128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE128B

Black with #EE128B

Text Example


Text Example

White with #EE128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE128B; }

 p { color: rgb(238,18,139); }

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

background-color css

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

 a { background-color: rgb(238,18,139); }

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

border-color css

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

 span { border-color: rgb(238,18,139); }

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