Html Css Color HEX #EE617D Brink Pink

📋 copy color: '#EE617D'

red 238 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #EE617D

Tints of Brink Pink #EE617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 51.74%
G = 21.09%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE617D (or 0xEE617D) is known color: Brink Pink. HEX triplet: EE, 61 and 7D. RGB value is (238,97,125). Sum of RGB (Red+Green+Blue) = 238+97+125=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE617D is #119E82. Grayscale: #8E8E8E. Windows color (decimal): -1154691 or 8217070. OLE color: 8217070.

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

Color convert

RGB 238 97 125 -
CMYK 0 0.59 0.47 0.07
HSL 348.09º 0.81% 0.66% -
HSV(B) 348.09º 0.59% 0.93% -
XYZ 43.24 28.21 22.57 -
YUV 142.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 238 97 125 0 0.59 0.47 0.07 348.09 0.81 0.66
Hex EE 61 7D 0 3B 2F 7 15C 51 42
Octal 356 141 175 0 73 57 7 534 121 102
Binary 11101110 1100001 1111101 0 111011 101111 111 101011100 1010001 1000010

Color Harmonies of #EE617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE617D

Black with #EE617D

Text Example


Text Example

White with #EE617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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