Html Css Color HEX #EE547E Dark Pink

📋 copy color: '#EE547E'

red 238 ◦ green 84 ◦ blue 126

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

Shades of Dark Pink #EE547E

Tints of Dark Pink #EE547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 53.13%
G = 18.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE547E (or 0xEE547E) is known color: Dark Pink. HEX triplet: EE, 54 and 7E. RGB value is (238,84,126). Sum of RGB (Red+Green+Blue) = 238+84+126=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE547E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE547E is #11AB81. Grayscale: #868686. Windows color (decimal): -1158018 or 8279278. OLE color: 8279278.

HSL color Cylindrical-coordinate representation of color #EE547E: hue angle of 343.64º 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 #EE547E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 126 -
CMYK 0 0.65 0.47 0.07
HSL 343.64º 0.82% 0.63% -
HSV(B) 343.64º 0.65% 0.93% -
XYZ 42.2 26.02 22.54 -
YUV 134.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 238 84 126 0 0.65 0.47 0.07 343.64 0.82 0.63
Hex EE 54 7E 0 41 2F 7 158 52 3F
Octal 356 124 176 0 101 57 7 530 122 77
Binary 11101110 1010100 1111110 0 1000001 101111 111 101011000 1010010 111111

Color Harmonies of #EE547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE547E

Black with #EE547E

Text Example


Text Example

White with #EE547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE547E; }

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

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

background-color css

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

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

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

border-color css

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

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

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