Html Css Color HEX #EE608A Dark Pink

📋 copy color: '#EE608A'

red 238 ◦ green 96 ◦ blue 138

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

Shades of Dark Pink #EE608A

Tints of Dark Pink #EE608A

RGB

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

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

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

R = 50.42%
G = 20.34%
B = 29.24%

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

#EE608A (or 0xEE608A) is known color: Dark Pink. HEX triplet: EE, 60 and 8A. RGB value is (238,96,138). Sum of RGB (Red+Green+Blue) = 238+96+138=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608A is #119F75. Grayscale: #8F8F8F. Windows color (decimal): -1154934 or 9068782. OLE color: 9068782.

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

Color convert

RGB 238 96 138 -
CMYK 0 0.60 0.42 0.07
HSL 342.25º 0.81% 0.65% -
HSV(B) 342.25º 0.6% 0.93% -
XYZ 44.03 28.38 27.2 -
YUV 143.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 238 96 138 0 0.60 0.42 0.07 342.25 0.81 0.65
Hex EE 60 8A 0 3C 2A 7 156 51 41
Octal 356 140 212 0 74 52 7 526 121 101
Binary 11101110 1100000 10001010 0 111100 101010 111 101010110 1010001 1000001

Color Harmonies of #EE608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE608A

Black with #EE608A

Text Example


Text Example

White with #EE608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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