Html Css Color HEX #EE547A Dark Pink

📋 copy color: '#EE547A'

red 238 ◦ green 84 ◦ blue 122

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

Shades of Dark Pink #EE547A

Tints of Dark Pink #EE547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

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

R = 53.6%
G = 18.92%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE547A (or 0xEE547A) is known color: Dark Pink. HEX triplet: EE, 54 and 7A. RGB value is (238,84,122). Sum of RGB (Red+Green+Blue) = 238+84+122=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE547A is #11AB85. Grayscale: #868686. Windows color (decimal): -1158022 or 8017134. OLE color: 8017134.

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

Color convert

RGB 238 84 122 -
CMYK 0 0.65 0.49 0.07
HSL 345.19º 0.82% 0.63% -
HSV(B) 345.19º 0.65% 0.93% -
XYZ 41.94 25.92 21.21 -
YUV 134.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 238 84 122 0 0.65 0.49 0.07 345.19 0.82 0.63
Hex EE 54 7A 0 41 31 7 159 52 3F
Octal 356 124 172 0 101 61 7 531 122 77
Binary 11101110 1010100 1111010 0 1000001 110001 111 101011001 1010010 111111

Color Harmonies of #EE547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE547A

Black with #EE547A

Text Example


Text Example

White with #EE547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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