Html Css Color HEX #EE4F7A Dark Pink

📋 copy color: '#EE4F7A'

red 238 ◦ green 79 ◦ blue 122

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

Shades of Dark Pink #EE4F7A

Tints of Dark Pink #EE4F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 54.21%
G = 18%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE4F7A (or 0xEE4F7A) is known color: Dark Pink. HEX triplet: EE, 4F and 7A. RGB value is (238,79,122). Sum of RGB (Red+Green+Blue) = 238+79+122=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4F7A is #11B085. Grayscale: #838383. Windows color (decimal): -1159302 or 8015854. OLE color: 8015854.

HSL color Cylindrical-coordinate representation of color #EE4F7A: hue angle of 343.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE4F7A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 79 122 -
CMYK 0 0.67 0.49 0.07
HSL 343.77º 0.82% 0.62% -
HSV(B) 343.77º 0.67% 0.93% -
XYZ 41.57 25.17 21.08 -
YUV 131.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 238 79 122 0 0.67 0.49 0.07 343.77 0.82 0.62
Hex EE 4F 7A 0 43 31 7 158 52 3E
Octal 356 117 172 0 103 61 7 530 122 76
Binary 11101110 1001111 1111010 0 1000011 110001 111 101011000 1010010 111110

Color Harmonies of #EE4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4F7A

Black with #EE4F7A

Text Example


Text Example

White with #EE4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4F7A; }

 p { color: rgb(238,79,122); }

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

background-color css

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

 a { background-color: rgb(238,79,122); }

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

border-color css

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

 span { border-color: rgb(238,79,122); }

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