Html Css Color HEX #EF4A7B Dark Pink

📋 copy color: '#EF4A7B'

red 239 ◦ green 74 ◦ blue 123

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

Shades of Dark Pink #EF4A7B

Tints of Dark Pink #EF4A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 54.82%
G = 16.97%
B = 28.21%

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

#EF4A7B (or 0xEF4A7B) is known color: Dark Pink. HEX triplet: EF, 4A and 7B. RGB value is (239,74,123). Sum of RGB (Red+Green+Blue) = 239+74+123=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4A7B is #10B584. Grayscale: #808080. Windows color (decimal): -1095045 or 8080111. OLE color: 8080111.

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

Color convert

RGB 239 74 123 -
CMYK 0 0.69 0.49 0.06
HSL 342.18º 0.84% 0.61% -
HSV(B) 342.18º 0.69% 0.94% -
XYZ 41.62 24.68 21.31 -
YUV 128.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 239 74 123 0 0.69 0.49 0.06 342.18 0.84 0.61
Hex EF 4A 7B 0 45 31 6 156 54 3D
Octal 357 112 173 0 105 61 6 526 124 75
Binary 11101111 1001010 1111011 0 1000101 110001 110 101010110 1010100 111101

Color Harmonies of #EF4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A7B

Black with #EF4A7B

Text Example


Text Example

White with #EF4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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