Html Css Color HEX #EF4678 Dark Pink

📋 copy color: '#EF4678'

red 239 ◦ green 70 ◦ blue 120

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

Shades of Dark Pink #EF4678

Tints of Dark Pink #EF4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 55.71%
G = 16.32%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF4678 (or 0xEF4678) is known color: Dark Pink. HEX triplet: EF, 46 and 78. RGB value is (239,70,120). Sum of RGB (Red+Green+Blue) = 239+70+120=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4678 is #10B987. Grayscale: #7E7E7E. Windows color (decimal): -1096072 or 7882479. OLE color: 7882479.

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

Color convert

RGB 239 70 120 -
CMYK 0 0.71 0.50 0.06
HSL 342.25º 0.84% 0.61% -
HSV(B) 342.25º 0.71% 0.94% -
XYZ 41.18 24.09 20.25 -
YUV 126.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 239 70 120 0 0.71 0.50 0.06 342.25 0.84 0.61
Hex EF 46 78 0 47 32 6 156 54 3D
Octal 357 106 170 0 107 62 6 526 124 75
Binary 11101111 1000110 1111000 0 1000111 110010 110 101010110 1010100 111101

Color Harmonies of #EF4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4678

Black with #EF4678

Text Example


Text Example

White with #EF4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4678; }

 p { color: rgb(239,70,120); }

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

background-color css

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

 a { background-color: rgb(239,70,120); }

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

border-color css

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

 span { border-color: rgb(239,70,120); }

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