Html Css Color HEX #EF608A Dark Pink

📋 copy color: '#EF608A'

red 239 ◦ green 96 ◦ blue 138

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

Shades of Dark Pink #EF608A

Tints of Dark Pink #EF608A

RGB

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

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

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

R = 50.53%
G = 20.3%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF608A (or 0xEF608A) is known color: Dark Pink. HEX triplet: EF, 60 and 8A. RGB value is (239,96,138). Sum of RGB (Red+Green+Blue) = 239+96+138=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608A is #109F75. Grayscale: #8F8F8F. Windows color (decimal): -1089398 or 9068783. OLE color: 9068783.

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

Color convert

RGB 239 96 138 -
CMYK 0 0.60 0.42 0.06
HSL 342.38º 0.82% 0.66% -
HSV(B) 342.38º 0.6% 0.94% -
XYZ 44.37 28.55 27.22 -
YUV 143.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 239 96 138 0 0.60 0.42 0.06 342.38 0.82 0.66
Hex EF 60 8A 0 3C 2A 6 156 52 42
Octal 357 140 212 0 74 52 6 526 122 102
Binary 11101111 1100000 10001010 0 111100 101010 110 101010110 1010010 1000010

Color Harmonies of #EF608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF608A

Black with #EF608A

Text Example


Text Example

White with #EF608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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