Html Css Color HEX #EE5485 Dark Pink

📋 copy color: '#EE5485'

red 238 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #EE5485

Tints of Dark Pink #EE5485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 52.31%
G = 18.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE5485 (or 0xEE5485) is known color: Dark Pink. HEX triplet: EE, 54 and 85. RGB value is (238,84,133). Sum of RGB (Red+Green+Blue) = 238+84+133=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5485 is #11AB7A. Grayscale: #878787. Windows color (decimal): -1158011 or 8738030. OLE color: 8738030.

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

Color convert

RGB 238 84 133 -
CMYK 0 0.65 0.44 0.07
HSL 340.91º 0.82% 0.63% -
HSV(B) 340.91º 0.65% 0.93% -
XYZ 42.66 26.21 25 -
YUV 135.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 238 84 133 0 0.65 0.44 0.07 340.91 0.82 0.63
Hex EE 54 85 0 41 2C 7 155 52 3F
Octal 356 124 205 0 101 54 7 525 122 77
Binary 11101110 1010100 10000101 0 1000001 101100 111 101010101 1010010 111111

Color Harmonies of #EE5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5485

Black with #EE5485

Text Example


Text Example

White with #EE5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5485; }

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

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

background-color css

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

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

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

border-color css

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

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

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