Html Css Color HEX #EE5373 Dark Pink

📋 copy color: '#EE5373'

red 238 ◦ green 83 ◦ blue 115

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

Shades of Dark Pink #EE5373

Tints of Dark Pink #EE5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 54.59%
G = 19.04%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE5373 (or 0xEE5373) is known color: Dark Pink. HEX triplet: EE, 53 and 73. RGB value is (238,83,115). Sum of RGB (Red+Green+Blue) = 238+83+115=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5373 is #11AC8C. Grayscale: #858585. Windows color (decimal): -1158285 or 7558126. OLE color: 7558126.

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

Color convert

RGB 238 83 115 -
CMYK 0 0.65 0.52 0.07
HSL 347.61º 0.82% 0.63% -
HSV(B) 347.61º 0.65% 0.93% -
XYZ 41.45 25.6 18.98 -
YUV 132.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 238 83 115 0 0.65 0.52 0.07 347.61 0.82 0.63
Hex EE 53 73 0 41 34 7 15C 52 3F
Octal 356 123 163 0 101 64 7 534 122 77
Binary 11101110 1010011 1110011 0 1000001 110100 111 101011100 1010010 111111

Color Harmonies of #EE5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5373

Black with #EE5373

Text Example


Text Example

White with #EE5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5373; }

 p { color: rgb(238,83,115); }

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

background-color css

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

 a { background-color: rgb(238,83,115); }

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

border-color css

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

 span { border-color: rgb(238,83,115); }

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