Html Css Color HEX #EE6079 Brink Pink

📋 copy color: '#EE6079'

red 238 ◦ green 96 ◦ blue 121

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

Shades of Brink Pink #EE6079

Tints of Brink Pink #EE6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 52.31%
G = 21.1%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE6079 (or 0xEE6079) is known color: Brink Pink. HEX triplet: EE, 60 and 79. RGB value is (238,96,121). Sum of RGB (Red+Green+Blue) = 238+96+121=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6079 is #119F86. Grayscale: #8D8D8D. Windows color (decimal): -1154951 or 7954670. OLE color: 7954670.

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

Color convert

RGB 238 96 121 -
CMYK 0 0.60 0.49 0.07
HSL 349.44º 0.81% 0.65% -
HSV(B) 349.44º 0.6% 0.93% -
XYZ 42.89 27.92 21.22 -
YUV 141.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 238 96 121 0 0.60 0.49 0.07 349.44 0.81 0.65
Hex EE 60 79 0 3C 31 7 15D 51 41
Octal 356 140 171 0 74 61 7 535 121 101
Binary 11101110 1100000 1111001 0 111100 110001 111 101011101 1010001 1000001

Color Harmonies of #EE6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6079

Black with #EE6079

Text Example


Text Example

White with #EE6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6079; }

 p { color: rgb(238,96,121); }

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

background-color css

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

 a { background-color: rgb(238,96,121); }

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

border-color css

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

 span { border-color: rgb(238,96,121); }

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