Html Css Color HEX #EF5F90 Dark Pink

📋 copy color: '#EF5F90'

red 239 ◦ green 95 ◦ blue 144

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

Shades of Dark Pink #EF5F90

Tints of Dark Pink #EF5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.87%

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

R = 50%
G = 19.87%
B = 30.13%

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

#EF5F90 (or 0xEF5F90) is known color: Dark Pink. HEX triplet: EF, 5F and 90. RGB value is (239,95,144). Sum of RGB (Red+Green+Blue) = 239+95+144=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F90 is #10A06F. Grayscale: #8F8F8F. Windows color (decimal): -1089648 or 9461743. OLE color: 9461743.

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

Color convert

RGB 239 95 144 -
CMYK 0 0.60 0.40 0.06
HSL 339.58º 0.82% 0.65% -
HSV(B) 339.58º 0.6% 0.94% -
XYZ 44.72 28.55 29.54 -
YUV 143.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 239 95 144 0 0.60 0.40 0.06 339.58 0.82 0.65
Hex EF 5F 90 0 3C 28 6 154 52 41
Octal 357 137 220 0 74 50 6 524 122 101
Binary 11101111 1011111 10010000 0 111100 101000 110 101010100 1010010 1000001

Color Harmonies of #EF5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F90

Black with #EF5F90

Text Example


Text Example

White with #EF5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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