Html Css Color HEX #EE5273 Dark Pink

📋 copy color: '#EE5273'

red 238 ◦ green 82 ◦ blue 115

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

Shades of Dark Pink #EE5273

Tints of Dark Pink #EE5273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 54.71%
G = 18.85%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE5273 (or 0xEE5273) is known color: Dark Pink. HEX triplet: EE, 52 and 73. RGB value is (238,82,115). Sum of RGB (Red+Green+Blue) = 238+82+115=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5273 is #11AD8C. Grayscale: #848484. Windows color (decimal): -1158541 or 7557870. OLE color: 7557870.

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

Color convert

RGB 238 82 115 -
CMYK 0 0.66 0.52 0.07
HSL 347.31º 0.82% 0.63% -
HSV(B) 347.31º 0.66% 0.93% -
XYZ 41.37 25.45 18.95 -
YUV 132.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 238 82 115 0 0.66 0.52 0.07 347.31 0.82 0.63
Hex EE 52 73 0 42 34 7 15B 52 3F
Octal 356 122 163 0 102 64 7 533 122 77
Binary 11101110 1010010 1110011 0 1000010 110100 111 101011011 1010010 111111

Color Harmonies of #EE5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5273

Black with #EE5273

Text Example


Text Example

White with #EE5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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