Html Css Color HEX #EF6483 Brink Pink

📋 copy color: '#EF6483'

red 239 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #EF6483

Tints of Brink Pink #EF6483

RGB

 RED value IS 239 (93.75% from 255) = 50.85%

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

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

R = 50.85%
G = 21.28%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF6483 (or 0xEF6483) is known color: Brink Pink. HEX triplet: EF, 64 and 83. RGB value is (239,100,131). Sum of RGB (Red+Green+Blue) = 239+100+131=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6483 is #109B7C. Grayscale: #919191. Windows color (decimal): -1088381 or 8611055. OLE color: 8611055.

HSL color Cylindrical-coordinate representation of color #EF6483: hue angle of 346.62º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6483 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 131 -
CMYK 0 0.58 0.45 0.06
HSL 346.62º 0.81% 0.66% -
HSV(B) 346.62º 0.58% 0.94% -
XYZ 44.25 29.1 24.76 -
YUV 145.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 239 100 131 0 0.58 0.45 0.06 346.62 0.81 0.66
Hex EF 64 83 0 3A 2D 6 15B 51 42
Octal 357 144 203 0 72 55 6 533 121 102
Binary 11101111 1100100 10000011 0 111010 101101 110 101011011 1010001 1000010

Color Harmonies of #EF6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6483

Black with #EF6483

Text Example


Text Example

White with #EF6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6483; }

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

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

background-color css

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

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

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

border-color css

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

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

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