Html Css Color HEX #EF507B Dark Pink

📋 copy color: '#EF507B'

red 239 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #EF507B

Tints of Dark Pink #EF507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 54.07%
G = 18.1%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF507B (or 0xEF507B) is known color: Dark Pink. HEX triplet: EF, 50 and 7B. RGB value is (239,80,123). Sum of RGB (Red+Green+Blue) = 239+80+123=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF507B is #10AF84. Grayscale: #848484. Windows color (decimal): -1093509 or 8081647. OLE color: 8081647.

HSL color Cylindrical-coordinate representation of color #EF507B: hue angle of 343.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF507B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 123 -
CMYK 0 0.67 0.49 0.06
HSL 343.77º 0.83% 0.63% -
HSV(B) 343.77º 0.67% 0.94% -
XYZ 42.04 25.52 21.45 -
YUV 132.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 239 80 123 0 0.67 0.49 0.06 343.77 0.83 0.63
Hex EF 50 7B 0 43 31 6 158 53 3F
Octal 357 120 173 0 103 61 6 530 123 77
Binary 11101111 1010000 1111011 0 1000011 110001 110 101011000 1010011 111111

Color Harmonies of #EF507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF507B

Black with #EF507B

Text Example


Text Example

White with #EF507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF507B; }

 p { color: rgb(239,80,123); }

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

background-color css

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

 a { background-color: rgb(239,80,123); }

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

border-color css

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

 span { border-color: rgb(239,80,123); }

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