Html Css Color HEX #EE6483 Brink Pink

📋 copy color: '#EE6483'

red 238 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #EE6483

Tints of Brink Pink #EE6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 50.75%
G = 21.32%
B = 27.93%

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

#EE6483 (or 0xEE6483) is known color: Brink Pink. HEX triplet: EE, 64 and 83. RGB value is (238,100,131). Sum of RGB (Red+Green+Blue) = 238+100+131=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6483 is #119B7C. Grayscale: #909090. Windows color (decimal): -1153917 or 8611054. OLE color: 8611054.

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

Color convert

RGB 238 100 131 -
CMYK 0 0.58 0.45 0.07
HSL 346.52º 0.8% 0.66% -
HSV(B) 346.52º 0.58% 0.93% -
XYZ 43.91 28.93 24.74 -
YUV 144.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 238 100 131 0 0.58 0.45 0.07 346.52 0.8 0.66
Hex EE 64 83 0 3A 2D 7 15B 50 42
Octal 356 144 203 0 72 55 7 533 120 102
Binary 11101110 1100100 10000011 0 111010 101101 111 101011011 1010000 1000010

Color Harmonies of #EE6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6483

Black with #EE6483

Text Example


Text Example

White with #EE6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6483; }

 p { color: rgb(238,100,131); }

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

background-color css

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

 a { background-color: rgb(238,100,131); }

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

border-color css

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

 span { border-color: rgb(238,100,131); }

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