Html Css Color HEX #EE6089 Dark Pink

📋 copy color: '#EE6089'

red 238 ◦ green 96 ◦ blue 137

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

Shades of Dark Pink #EE6089

Tints of Dark Pink #EE6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 50.53%
G = 20.38%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE6089 (or 0xEE6089) is known color: Dark Pink. HEX triplet: EE, 60 and 89. RGB value is (238,96,137). Sum of RGB (Red+Green+Blue) = 238+96+137=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6089 is #119F76. Grayscale: #8F8F8F. Windows color (decimal): -1154935 or 9003246. OLE color: 9003246.

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

Color convert

RGB 238 96 137 -
CMYK 0 0.60 0.42 0.07
HSL 342.68º 0.81% 0.65% -
HSV(B) 342.68º 0.6% 0.93% -
XYZ 43.96 28.35 26.82 -
YUV 143.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 238 96 137 0 0.60 0.42 0.07 342.68 0.81 0.65
Hex EE 60 89 0 3C 2A 7 157 51 41
Octal 356 140 211 0 74 52 7 527 121 101
Binary 11101110 1100000 10001001 0 111100 101010 111 101010111 1010001 1000001

Color Harmonies of #EE6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6089

Black with #EE6089

Text Example


Text Example

White with #EE6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6089; }

 p { color: rgb(238,96,137); }

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

background-color css

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

 a { background-color: rgb(238,96,137); }

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

border-color css

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

 span { border-color: rgb(238,96,137); }

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