Html Css Color HEX #EE6585 Brink Pink

📋 copy color: '#EE6585'

red 238 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #EE6585

Tints of Brink Pink #EE6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 50.42%
G = 21.4%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE6585 (or 0xEE6585) is known color: Brink Pink. HEX triplet: EE, 65 and 85. RGB value is (238,101,133). Sum of RGB (Red+Green+Blue) = 238+101+133=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6585 is #119A7A. Grayscale: #919191. Windows color (decimal): -1153659 or 8742382. OLE color: 8742382.

HSL color Cylindrical-coordinate representation of color #EE6585: hue angle of 345.99º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6585 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 101 133 -
CMYK 0 0.58 0.44 0.07
HSL 345.99º 0.8% 0.66% -
HSV(B) 345.99º 0.58% 0.93% -
XYZ 44.15 29.18 25.5 -
YUV 145.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 238 101 133 0 0.58 0.44 0.07 345.99 0.8 0.66
Hex EE 65 85 0 3A 2C 7 15A 50 42
Octal 356 145 205 0 72 54 7 532 120 102
Binary 11101110 1100101 10000101 0 111010 101100 111 101011010 1010000 1000010

Color Harmonies of #EE6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6585

Black with #EE6585

Text Example


Text Example

White with #EE6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6585; }

 p { color: rgb(238,101,133); }

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

background-color css

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

 a { background-color: rgb(238,101,133); }

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

border-color css

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

 span { border-color: rgb(238,101,133); }

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