Html Css Color HEX #EE608B Dark Pink

📋 copy color: '#EE608B'

red 238 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #EE608B

Tints of Dark Pink #EE608B

RGB

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

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

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

R = 50.32%
G = 20.3%
B = 29.39%

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

#EE608B (or 0xEE608B) is known color: Dark Pink. HEX triplet: EE, 60 and 8B. RGB value is (238,96,139). Sum of RGB (Red+Green+Blue) = 238+96+139=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608B is #119F74. Grayscale: #8F8F8F. Windows color (decimal): -1154933 or 9134318. OLE color: 9134318.

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

Color convert

RGB 238 96 139 -
CMYK 0 0.60 0.42 0.07
HSL 341.83º 0.81% 0.65% -
HSV(B) 341.83º 0.6% 0.93% -
XYZ 44.1 28.41 27.58 -
YUV 143.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 238 96 139 0 0.60 0.42 0.07 341.83 0.81 0.65
Hex EE 60 8B 0 3C 2A 7 156 51 41
Octal 356 140 213 0 74 52 7 526 121 101
Binary 11101110 1100000 10001011 0 111100 101010 111 101010110 1010001 1000001

Color Harmonies of #EE608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE608B

Black with #EE608B

Text Example


Text Example

White with #EE608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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