Html Css Color HEX #EE4074 Dark Pink

📋 copy color: '#EE4074'

red 238 ◦ green 64 ◦ blue 116

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

Shades of Dark Pink #EE4074

Tints of Dark Pink #EE4074

RGB

 RED value IS 238 (93.36% from 255) = 56.94%

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 56.94%
G = 15.31%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE4074 (or 0xEE4074) is known color: Dark Pink. HEX triplet: EE, 40 and 74. RGB value is (238,64,116). Sum of RGB (Red+Green+Blue) = 238+64+116=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4074 is #11BF8B. Grayscale: #797979. Windows color (decimal): -1163148 or 7618798. OLE color: 7618798.

HSL color Cylindrical-coordinate representation of color #EE4074: hue angle of 342.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4074 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 116 -
CMYK 0 0.73 0.51 0.07
HSL 342.07º 0.84% 0.59% -
HSV(B) 342.07º 0.73% 0.93% -
XYZ 40.25 23.1 18.86 -
YUV 121.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 238 64 116 0 0.73 0.51 0.07 342.07 0.84 0.59
Hex EE 40 74 0 49 33 7 156 54 3B
Octal 356 100 164 0 111 63 7 526 124 73
Binary 11101110 1000000 1110100 0 1001001 110011 111 101010110 1010100 111011

Color Harmonies of #EE4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4074

Black with #EE4074

Text Example


Text Example

White with #EE4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4074; }

 p { color: rgb(238,64,116); }

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

background-color css

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

 a { background-color: rgb(238,64,116); }

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

border-color css

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

 span { border-color: rgb(238,64,116); }

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