Html Css Color HEX #EE5675 Dark Pink

📋 copy color: '#EE5675'

red 238 ◦ green 86 ◦ blue 117

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

Shades of Dark Pink #EE5675

Tints of Dark Pink #EE5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.5%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 53.97%
G = 19.5%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE5675 (or 0xEE5675) is known color: Dark Pink. HEX triplet: EE, 56 and 75. RGB value is (238,86,117). Sum of RGB (Red+Green+Blue) = 238+86+117=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5675 is #11A98A. Grayscale: #878787. Windows color (decimal): -1157515 or 7689966. OLE color: 7689966.

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

Color convert

RGB 238 86 117 -
CMYK 0 0.64 0.51 0.07
HSL 347.76º 0.82% 0.64% -
HSV(B) 347.76º 0.64% 0.93% -
XYZ 41.8 26.12 19.67 -
YUV 134.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 238 86 117 0 0.64 0.51 0.07 347.76 0.82 0.64
Hex EE 56 75 0 40 33 7 15C 52 40
Octal 356 126 165 0 100 63 7 534 122 100
Binary 11101110 1010110 1110101 0 1000000 110011 111 101011100 1010010 1000000

Color Harmonies of #EE5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5675

Black with #EE5675

Text Example


Text Example

White with #EE5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5675; }

 p { color: rgb(238,86,117); }

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

background-color css

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

 a { background-color: rgb(238,86,117); }

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

border-color css

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

 span { border-color: rgb(238,86,117); }

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