Html Css Color HEX #EF83D4 Pale Magenta

📋 copy color: '#EF83D4'

red 239 ◦ green 131 ◦ blue 212

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

Shades of Pale Magenta #EF83D4

Tints of Pale Magenta #EF83D4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.51%

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 41.07%
G = 22.51%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF83D4 (or 0xEF83D4) is known color: Pale Magenta. HEX triplet: EF, 83 and D4. RGB value is (239,131,212). Sum of RGB (Red+Green+Blue) = 239+131+212=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83D4 is #107C2B. Grayscale: #ACACAC. Windows color (decimal): -1080364 or 13927407. OLE color: 13927407.

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

Color convert

RGB 239 131 212 -
CMYK 0 0.45 0.11 0.06
HSL 315º 0.77% 0.73% -
HSV(B) 315º 0.45% 0.94% -
XYZ 55.6 39.34 66.95 -
YUV 172.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 239 131 212 0 0.45 0.11 0.06 315 0.77 0.73
Hex EF 83 D4 0 2D B 6 13B 4D 49
Octal 357 203 324 0 55 13 6 473 115 111
Binary 11101111 10000011 11010100 0 101101 1011 110 100111011 1001101 1001001

Color Harmonies of #EF83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83D4

Black with #EF83D4

Text Example


Text Example

White with #EF83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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