Html Css Color HEX #EE567D Dark Pink

📋 copy color: '#EE567D'

red 238 ◦ green 86 ◦ blue 125

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

Shades of Dark Pink #EE567D

Tints of Dark Pink #EE567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 53.01%
G = 19.15%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE567D (or 0xEE567D) is known color: Dark Pink. HEX triplet: EE, 56 and 7D. RGB value is (238,86,125). Sum of RGB (Red+Green+Blue) = 238+86+125=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE567D is #11A982. Grayscale: #878787. Windows color (decimal): -1157507 or 8214254. OLE color: 8214254.

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

Color convert

RGB 238 86 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.61º 0.82% 0.64% -
HSV(B) 344.61º 0.64% 0.93% -
XYZ 42.29 26.31 22.25 -
YUV 135.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 238 86 125 0 0.64 0.47 0.07 344.61 0.82 0.64
Hex EE 56 7D 0 40 2F 7 159 52 40
Octal 356 126 175 0 100 57 7 531 122 100
Binary 11101110 1010110 1111101 0 1000000 101111 111 101011001 1010010 1000000

Color Harmonies of #EE567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE567D

Black with #EE567D

Text Example


Text Example

White with #EE567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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