Html Css Color HEX #EF4B7A Dark Pink

📋 copy color: '#EF4B7A'

red 239 ◦ green 75 ◦ blue 122

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

Shades of Dark Pink #EF4B7A

Tints of Dark Pink #EF4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 54.82%
G = 17.2%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF4B7A (or 0xEF4B7A) is known color: Dark Pink. HEX triplet: EF, 4B and 7A. RGB value is (239,75,122). Sum of RGB (Red+Green+Blue) = 239+75+122=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B7A is #10B485. Grayscale: #818181. Windows color (decimal): -1094790 or 8014831. OLE color: 8014831.

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

Color convert

RGB 239 75 122 -
CMYK 0 0.69 0.49 0.06
HSL 342.8º 0.84% 0.62% -
HSV(B) 342.8º 0.69% 0.94% -
XYZ 41.63 24.79 21 -
YUV 129.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 239 75 122 0 0.69 0.49 0.06 342.8 0.84 0.62
Hex EF 4B 7A 0 45 31 6 157 54 3E
Octal 357 113 172 0 105 61 6 527 124 76
Binary 11101111 1001011 1111010 0 1000101 110001 110 101010111 1010100 111110

Color Harmonies of #EF4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B7A

Black with #EF4B7A

Text Example


Text Example

White with #EF4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B7A; }

 p { color: rgb(239,75,122); }

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

background-color css

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

 a { background-color: rgb(239,75,122); }

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

border-color css

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

 span { border-color: rgb(239,75,122); }

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