Html Css Color HEX #EF5A8A Dark Pink

📋 copy color: '#EF5A8A'

red 239 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #EF5A8A

Tints of Dark Pink #EF5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

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

R = 51.18%
G = 19.27%
B = 29.55%

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

#EF5A8A (or 0xEF5A8A) is known color: Dark Pink. HEX triplet: EF, 5A and 8A. RGB value is (239,90,138). Sum of RGB (Red+Green+Blue) = 239+90+138=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A8A is #10A575. Grayscale: #8B8B8B. Windows color (decimal): -1090934 or 9067247. OLE color: 9067247.

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

Color convert

RGB 239 90 138 -
CMYK 0 0.62 0.42 0.06
HSL 340.67º 0.82% 0.65% -
HSV(B) 340.67º 0.62% 0.94% -
XYZ 43.84 27.5 27.04 -
YUV 140.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 239 90 138 0 0.62 0.42 0.06 340.67 0.82 0.65
Hex EF 5A 8A 0 3E 2A 6 155 52 41
Octal 357 132 212 0 76 52 6 525 122 101
Binary 11101111 1011010 10001010 0 111110 101010 110 101010101 1010010 1000001

Color Harmonies of #EF5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A8A

Black with #EF5A8A

Text Example


Text Example

White with #EF5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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