Html Css Color HEX #EF618B Dark Pink

📋 copy color: '#EF618B'

red 239 ◦ green 97 ◦ blue 139

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

Shades of Dark Pink #EF618B

Tints of Dark Pink #EF618B

RGB

 RED value IS 239 (93.75% from 255) = 50.32%

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

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

R = 50.32%
G = 20.42%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF618B (or 0xEF618B) is known color: Dark Pink. HEX triplet: EF, 61 and 8B. RGB value is (239,97,139). Sum of RGB (Red+Green+Blue) = 239+97+139=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF618B is #109E74. Grayscale: #909090. Windows color (decimal): -1089141 or 9134575. OLE color: 9134575.

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

Color convert

RGB 239 97 139 -
CMYK 0 0.59 0.42 0.06
HSL 342.25º 0.82% 0.66% -
HSV(B) 342.25º 0.59% 0.94% -
XYZ 44.53 28.76 27.63 -
YUV 144.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 239 97 139 0 0.59 0.42 0.06 342.25 0.82 0.66
Hex EF 61 8B 0 3B 2A 6 156 52 42
Octal 357 141 213 0 73 52 6 526 122 102
Binary 11101111 1100001 10001011 0 111011 101010 110 101010110 1010010 1000010

Color Harmonies of #EF618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF618B

Black with #EF618B

Text Example


Text Example

White with #EF618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF618B; }

 p { color: rgb(239,97,139); }

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

background-color css

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

 a { background-color: rgb(239,97,139); }

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

border-color css

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

 span { border-color: rgb(239,97,139); }

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