Html Css Color HEX #EE618A Dark Pink

📋 copy color: '#EE618A'

red 238 ◦ green 97 ◦ blue 138

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

Shades of Dark Pink #EE618A

Tints of Dark Pink #EE618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

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

R = 50.32%
G = 20.51%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE618A (or 0xEE618A) is known color: Dark Pink. HEX triplet: EE, 61 and 8A. RGB value is (238,97,138). Sum of RGB (Red+Green+Blue) = 238+97+138=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE618A is #119E75. Grayscale: #8F8F8F. Windows color (decimal): -1154678 or 9069038. OLE color: 9069038.

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

Color convert

RGB 238 97 138 -
CMYK 0 0.59 0.42 0.07
HSL 342.55º 0.81% 0.66% -
HSV(B) 342.55º 0.59% 0.93% -
XYZ 44.12 28.56 27.23 -
YUV 143.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 238 97 138 0 0.59 0.42 0.07 342.55 0.81 0.66
Hex EE 61 8A 0 3B 2A 7 157 51 42
Octal 356 141 212 0 73 52 7 527 121 102
Binary 11101110 1100001 10001010 0 111011 101010 111 101010111 1010001 1000010

Color Harmonies of #EE618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE618A

Black with #EE618A

Text Example


Text Example

White with #EE618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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