Html Css Color HEX #EE6682 Brink Pink

📋 copy color: '#EE6682'

red 238 ◦ green 102 ◦ blue 130

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

Shades of Brink Pink #EE6682

Tints of Brink Pink #EE6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 50.64%
G = 21.7%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE6682 (or 0xEE6682) is known color: Brink Pink. HEX triplet: EE, 66 and 82. RGB value is (238,102,130). Sum of RGB (Red+Green+Blue) = 238+102+130=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6682 is #11997D. Grayscale: #919191. Windows color (decimal): -1153406 or 8546030. OLE color: 8546030.

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

Color convert

RGB 238 102 130 -
CMYK 0 0.57 0.45 0.07
HSL 347.65º 0.8% 0.67% -
HSV(B) 347.65º 0.57% 0.93% -
XYZ 44.04 29.29 24.45 -
YUV 145.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 238 102 130 0 0.57 0.45 0.07 347.65 0.8 0.67
Hex EE 66 82 0 39 2D 7 15C 50 43
Octal 356 146 202 0 71 55 7 534 120 103
Binary 11101110 1100110 10000010 0 111001 101101 111 101011100 1010000 1000011

Color Harmonies of #EE6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6682

Black with #EE6682

Text Example


Text Example

White with #EE6682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6682; }

 p { color: rgb(238,102,130); }

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

background-color css

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

 a { background-color: rgb(238,102,130); }

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

border-color css

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

 span { border-color: rgb(238,102,130); }

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