Html Css Color HEX #EE5E8A Dark Pink

📋 copy color: '#EE5E8A'

red 238 ◦ green 94 ◦ blue 138

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

Shades of Dark Pink #EE5E8A

Tints of Dark Pink #EE5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 50.64%
G = 20%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE5E8A (or 0xEE5E8A) is known color: Dark Pink. HEX triplet: EE, 5E and 8A. RGB value is (238,94,138). Sum of RGB (Red+Green+Blue) = 238+94+138=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5E8A is #11A175. Grayscale: #8E8E8E. Windows color (decimal): -1155446 or 9068270. OLE color: 9068270.

HSL color Cylindrical-coordinate representation of color #EE5E8A: hue angle of 341.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5E8A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 94 138 -
CMYK 0 0.61 0.42 0.07
HSL 341.67º 0.81% 0.65% -
HSV(B) 341.67º 0.61% 0.93% -
XYZ 43.85 28.02 27.14 -
YUV 142.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 238 94 138 0 0.61 0.42 0.07 341.67 0.81 0.65
Hex EE 5E 8A 0 3D 2A 7 156 51 41
Octal 356 136 212 0 75 52 7 526 121 101
Binary 11101110 1011110 10001010 0 111101 101010 111 101010110 1010001 1000001

Color Harmonies of #EE5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5E8A

Black with #EE5E8A

Text Example


Text Example

White with #EE5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5E8A; }

 p { color: rgb(238,94,138); }

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

background-color css

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

 a { background-color: rgb(238,94,138); }

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

border-color css

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

 span { border-color: rgb(238,94,138); }

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