Html Css Color HEX #EE6382 Brink Pink

📋 copy color: '#EE6382'

red 238 ◦ green 99 ◦ blue 130

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

Shades of Brink Pink #EE6382

Tints of Brink Pink #EE6382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 50.96%
G = 21.2%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE6382 (or 0xEE6382) is known color: Brink Pink. HEX triplet: EE, 63 and 82. RGB value is (238,99,130). Sum of RGB (Red+Green+Blue) = 238+99+130=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6382 is #119C7D. Grayscale: #909090. Windows color (decimal): -1154174 or 8545262. OLE color: 8545262.

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

Color convert

RGB 238 99 130 -
CMYK 0 0.58 0.45 0.07
HSL 346.62º 0.8% 0.66% -
HSV(B) 346.62º 0.58% 0.93% -
XYZ 43.75 28.71 24.36 -
YUV 144.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 238 99 130 0 0.58 0.45 0.07 346.62 0.8 0.66
Hex EE 63 82 0 3A 2D 7 15B 50 42
Octal 356 143 202 0 72 55 7 533 120 102
Binary 11101110 1100011 10000010 0 111010 101101 111 101011011 1010000 1000010

Color Harmonies of #EE6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6382

Black with #EE6382

Text Example


Text Example

White with #EE6382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6382; }

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

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

background-color css

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

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

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

border-color css

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

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

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