Html Css Color HEX #EF5C8A Dark Pink

📋 copy color: '#EF5C8A'

red 239 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #EF5C8A

Tints of Dark Pink #EF5C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

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

R = 50.96%
G = 19.62%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF5C8A (or 0xEF5C8A) is known color: Dark Pink. HEX triplet: EF, 5C and 8A. RGB value is (239,92,138). Sum of RGB (Red+Green+Blue) = 239+92+138=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C8A is #10A375. Grayscale: #8D8D8D. Windows color (decimal): -1090422 or 9067759. OLE color: 9067759.

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

Color convert

RGB 239 92 138 -
CMYK 0 0.62 0.42 0.06
HSL 341.22º 0.82% 0.65% -
HSV(B) 341.22º 0.62% 0.94% -
XYZ 44.01 27.84 27.1 -
YUV 141.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 239 92 138 0 0.62 0.42 0.06 341.22 0.82 0.65
Hex EF 5C 8A 0 3E 2A 6 155 52 41
Octal 357 134 212 0 76 52 6 525 122 101
Binary 11101111 1011100 10001010 0 111110 101010 110 101010101 1010010 1000001

Color Harmonies of #EF5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C8A

Black with #EF5C8A

Text Example


Text Example

White with #EF5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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