Html Css Color HEX #EF467B Dark Pink

📋 copy color: '#EF467B'

red 239 ◦ green 70 ◦ blue 123

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

Shades of Dark Pink #EF467B

Tints of Dark Pink #EF467B

RGB

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

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

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

R = 55.32%
G = 16.2%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF467B (or 0xEF467B) is known color: Dark Pink. HEX triplet: EF, 46 and 7B. RGB value is (239,70,123). Sum of RGB (Red+Green+Blue) = 239+70+123=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF467B is #10B984. Grayscale: #7E7E7E. Windows color (decimal): -1096069 or 8079087. OLE color: 8079087.

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

Color convert

RGB 239 70 123 -
CMYK 0 0.71 0.49 0.06
HSL 341.18º 0.84% 0.61% -
HSV(B) 341.18º 0.71% 0.94% -
XYZ 41.36 24.16 21.22 -
YUV 126.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 239 70 123 0 0.71 0.49 0.06 341.18 0.84 0.61
Hex EF 46 7B 0 47 31 6 155 54 3D
Octal 357 106 173 0 107 61 6 525 124 75
Binary 11101111 1000110 1111011 0 1000111 110001 110 101010101 1010100 111101

Color Harmonies of #EF467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF467B

Black with #EF467B

Text Example


Text Example

White with #EF467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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