Html Css Color HEX #EE5482 Dark Pink

📋 copy color: '#EE5482'

red 238 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #EE5482

Tints of Dark Pink #EE5482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 52.65%
G = 18.58%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE5482 (or 0xEE5482) is known color: Dark Pink. HEX triplet: EE, 54 and 82. RGB value is (238,84,130). Sum of RGB (Red+Green+Blue) = 238+84+130=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5482 is #11AB7D. Grayscale: #878787. Windows color (decimal): -1158014 or 8541422. OLE color: 8541422.

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

Color convert

RGB 238 84 130 -
CMYK 0 0.65 0.45 0.07
HSL 342.08º 0.82% 0.63% -
HSV(B) 342.08º 0.65% 0.93% -
XYZ 42.46 26.13 23.92 -
YUV 135.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 238 84 130 0 0.65 0.45 0.07 342.08 0.82 0.63
Hex EE 54 82 0 41 2D 7 156 52 3F
Octal 356 124 202 0 101 55 7 526 122 77
Binary 11101110 1010100 10000010 0 1000001 101101 111 101010110 1010010 111111

Color Harmonies of #EE5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5482

Black with #EE5482

Text Example


Text Example

White with #EE5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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