Html Css Color HEX #EE607D Brink Pink

📋 copy color: '#EE607D'

red 238 ◦ green 96 ◦ blue 125

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

Shades of Brink Pink #EE607D

Tints of Brink Pink #EE607D

RGB

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

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

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

R = 51.85%
G = 20.92%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE607D (or 0xEE607D) is known color: Brink Pink. HEX triplet: EE, 60 and 7D. RGB value is (238,96,125). Sum of RGB (Red+Green+Blue) = 238+96+125=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE607D is #119F82. Grayscale: #8D8D8D. Windows color (decimal): -1154947 or 8216814. OLE color: 8216814.

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

Color convert

RGB 238 96 125 -
CMYK 0 0.60 0.47 0.07
HSL 347.75º 0.81% 0.65% -
HSV(B) 347.75º 0.6% 0.93% -
XYZ 43.14 28.02 22.54 -
YUV 141.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 238 96 125 0 0.60 0.47 0.07 347.75 0.81 0.65
Hex EE 60 7D 0 3C 2F 7 15C 51 41
Octal 356 140 175 0 74 57 7 534 121 101
Binary 11101110 1100000 1111101 0 111100 101111 111 101011100 1010001 1000001

Color Harmonies of #EE607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE607D

Black with #EE607D

Text Example


Text Example

White with #EE607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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