Html Css Color HEX #EF6090 Dark Pink

📋 copy color: '#EF6090'

red 239 ◦ green 96 ◦ blue 144

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

Shades of Dark Pink #EF6090

Tints of Dark Pink #EF6090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 49.9%
G = 20.04%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF6090 (or 0xEF6090) is known color: Dark Pink. HEX triplet: EF, 60 and 90. RGB value is (239,96,144). Sum of RGB (Red+Green+Blue) = 239+96+144=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6090 is #109F6F. Grayscale: #909090. Windows color (decimal): -1089392 or 9461999. OLE color: 9461999.

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

Color convert

RGB 239 96 144 -
CMYK 0 0.60 0.40 0.06
HSL 339.86º 0.82% 0.66% -
HSV(B) 339.86º 0.6% 0.94% -
XYZ 44.81 28.73 29.57 -
YUV 144.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 239 96 144 0 0.60 0.40 0.06 339.86 0.82 0.66
Hex EF 60 90 0 3C 28 6 154 52 42
Octal 357 140 220 0 74 50 6 524 122 102
Binary 11101111 1100000 10010000 0 111100 101000 110 101010100 1010010 1000010

Color Harmonies of #EF6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6090

Black with #EF6090

Text Example


Text Example

White with #EF6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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