Html Css Color HEX #EE4672 Dark Pink

📋 copy color: '#EE4672'

red 238 ◦ green 70 ◦ blue 114

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

Shades of Dark Pink #EE4672

Tints of Dark Pink #EE4672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 56.4%
G = 16.59%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE4672 (or 0xEE4672) is known color: Dark Pink. HEX triplet: EE, 46 and 72. RGB value is (238,70,114). Sum of RGB (Red+Green+Blue) = 238+70+114=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4672 is #11B98D. Grayscale: #7D7D7D. Windows color (decimal): -1161614 or 7489262. OLE color: 7489262.

HSL color Cylindrical-coordinate representation of color #EE4672: hue angle of 344.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4672 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 114 -
CMYK 0 0.71 0.52 0.07
HSL 344.29º 0.83% 0.6% -
HSV(B) 344.29º 0.71% 0.93% -
XYZ 40.49 23.77 18.37 -
YUV 125.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 238 70 114 0 0.71 0.52 0.07 344.29 0.83 0.6
Hex EE 46 72 0 47 34 7 158 53 3C
Octal 356 106 162 0 107 64 7 530 123 74
Binary 11101110 1000110 1110010 0 1000111 110100 111 101011000 1010011 111100

Color Harmonies of #EE4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4672

Black with #EE4672

Text Example


Text Example

White with #EE4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4672; }

 p { color: rgb(238,70,114); }

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

background-color css

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

 a { background-color: rgb(238,70,114); }

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

border-color css

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

 span { border-color: rgb(238,70,114); }

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