Html Css Color HEX #EF7EDA Pale Magenta

📋 copy color: '#EF7EDA'

red 239 ◦ green 126 ◦ blue 218

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

Shades of Pale Magenta #EF7EDA

Tints of Pale Magenta #EF7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.61%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 40.99%
G = 21.61%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF7EDA (or 0xEF7EDA) is known color: Pale Magenta. HEX triplet: EF, 7E and DA. RGB value is (239,126,218). Sum of RGB (Red+Green+Blue) = 239+126+218=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EDA is #108125. Grayscale: #AAAAAA. Windows color (decimal): -1081638 or 14319343. OLE color: 14319343.

HSL color Cylindrical-coordinate representation of color #EF7EDA: hue angle of 311.15º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EDA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 218 -
CMYK 0 0.47 0.09 0.06
HSL 311.15º 0.78% 0.72% -
HSV(B) 311.15º 0.47% 0.94% -
XYZ 55.71 38.33 70.79 -
YUV 170.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 239 126 218 0 0.47 0.09 0.06 311.15 0.78 0.72
Hex EF 7E DA 0 2F 9 6 137 4E 48
Octal 357 176 332 0 57 11 6 467 116 110
Binary 11101111 1111110 11011010 0 101111 1001 110 100110111 1001110 1001000

Color Harmonies of #EF7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EDA

Black with #EF7EDA

Text Example


Text Example

White with #EF7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EDA; }

 p { color: rgb(239,126,218); }

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

background-color css

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

 a { background-color: rgb(239,126,218); }

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

border-color css

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

 span { border-color: rgb(239,126,218); }

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