Html Css Color HEX #EF5C8C Dark Pink

📋 copy color: '#EF5C8C'

red 239 ◦ green 92 ◦ blue 140

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

Shades of Dark Pink #EF5C8C

Tints of Dark Pink #EF5C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 50.74%
G = 19.53%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF5C8C (or 0xEF5C8C) is known color: Dark Pink. HEX triplet: EF, 5C and 8C. RGB value is (239,92,140). Sum of RGB (Red+Green+Blue) = 239+92+140=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C8C is #10A373. Grayscale: #8D8D8D. Windows color (decimal): -1090420 or 9198831. OLE color: 9198831.

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

Color convert

RGB 239 92 140 -
CMYK 0 0.62 0.41 0.06
HSL 340.41º 0.82% 0.65% -
HSV(B) 340.41º 0.62% 0.94% -
XYZ 44.16 27.9 27.87 -
YUV 141.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 239 92 140 0 0.62 0.41 0.06 340.41 0.82 0.65
Hex EF 5C 8C 0 3E 29 6 154 52 41
Octal 357 134 214 0 76 51 6 524 122 101
Binary 11101111 1011100 10001100 0 111110 101001 110 101010100 1010010 1000001

Color Harmonies of #EF5C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C8C

Black with #EF5C8C

Text Example


Text Example

White with #EF5C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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