Html Css Color HEX #EE5F77 Brink Pink

📋 copy color: '#EE5F77'

red 238 ◦ green 95 ◦ blue 119

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

Shades of Brink Pink #EE5F77

Tints of Brink Pink #EE5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 52.65%
G = 21.02%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE5F77 (or 0xEE5F77) is known color: Brink Pink. HEX triplet: EE, 5F and 77. RGB value is (238,95,119). Sum of RGB (Red+Green+Blue) = 238+95+119=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5F77 is #11A088. Grayscale: #8C8C8C. Windows color (decimal): -1155209 or 7823342. OLE color: 7823342.

HSL color Cylindrical-coordinate representation of color #EE5F77: hue angle of 349.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5F77 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 95 119 -
CMYK 0 0.60 0.50 0.07
HSL 349.93º 0.81% 0.65% -
HSV(B) 349.93º 0.6% 0.93% -
XYZ 42.68 27.69 20.55 -
YUV 140.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 238 95 119 0 0.60 0.50 0.07 349.93 0.81 0.65
Hex EE 5F 77 0 3C 32 7 15E 51 41
Octal 356 137 167 0 74 62 7 536 121 101
Binary 11101110 1011111 1110111 0 111100 110010 111 101011110 1010001 1000001

Color Harmonies of #EE5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F77

Black with #EE5F77

Text Example


Text Example

White with #EE5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F77; }

 p { color: rgb(238,95,119); }

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

background-color css

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

 a { background-color: rgb(238,95,119); }

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

border-color css

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

 span { border-color: rgb(238,95,119); }

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