Html Css Color HEX #EF4274 Dark Pink

📋 copy color: '#EF4274'

red 239 ◦ green 66 ◦ blue 116

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

Shades of Dark Pink #EF4274

Tints of Dark Pink #EF4274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 56.77%
G = 15.68%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4274 (or 0xEF4274) is known color: Dark Pink. HEX triplet: EF, 42 and 74. RGB value is (239,66,116). Sum of RGB (Red+Green+Blue) = 239+66+116=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4274 is #10BD8B. Grayscale: #7B7B7B. Windows color (decimal): -1097100 or 7619311. OLE color: 7619311.

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

Color convert

RGB 239 66 116 -
CMYK 0 0.72 0.51 0.06
HSL 342.66º 0.84% 0.6% -
HSV(B) 342.66º 0.72% 0.94% -
XYZ 40.7 23.51 18.92 -
YUV 123.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 239 66 116 0 0.72 0.51 0.06 342.66 0.84 0.6
Hex EF 42 74 0 48 33 6 157 54 3C
Octal 357 102 164 0 110 63 6 527 124 74
Binary 11101111 1000010 1110100 0 1001000 110011 110 101010111 1010100 111100

Color Harmonies of #EF4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4274

Black with #EF4274

Text Example


Text Example

White with #EF4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4274; }

 p { color: rgb(239,66,116); }

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

background-color css

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

 a { background-color: rgb(239,66,116); }

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

border-color css

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

 span { border-color: rgb(239,66,116); }

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