Html Css Color HEX #EF608D Dark Pink

📋 copy color: '#EF608D'

red 239 ◦ green 96 ◦ blue 141

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

Shades of Dark Pink #EF608D

Tints of Dark Pink #EF608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 50.21%
G = 20.17%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF608D (or 0xEF608D) is known color: Dark Pink. HEX triplet: EF, 60 and 8D. RGB value is (239,96,141). Sum of RGB (Red+Green+Blue) = 239+96+141=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608D is #109F72. Grayscale: #8F8F8F. Windows color (decimal): -1089395 or 9265391. OLE color: 9265391.

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

Color convert

RGB 239 96 141 -
CMYK 0 0.60 0.41 0.06
HSL 341.12º 0.82% 0.66% -
HSV(B) 341.12º 0.6% 0.94% -
XYZ 44.59 28.64 28.38 -
YUV 143.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 239 96 141 0 0.60 0.41 0.06 341.12 0.82 0.66
Hex EF 60 8D 0 3C 29 6 155 52 42
Octal 357 140 215 0 74 51 6 525 122 102
Binary 11101111 1100000 10001101 0 111100 101001 110 101010101 1010010 1000010

Color Harmonies of #EF608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF608D

Black with #EF608D

Text Example


Text Example

White with #EF608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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