Html Css Color HEX #EF7EDE Pale Magenta

📋 copy color: '#EF7EDE'

red 239 ◦ green 126 ◦ blue 222

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

Shades of Pale Magenta #EF7EDE

Tints of Pale Magenta #EF7EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 40.72%
G = 21.47%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF7EDE (or 0xEF7EDE) is known color: Pale Magenta. HEX triplet: EF, 7E and DE. RGB value is (239,126,222). Sum of RGB (Red+Green+Blue) = 239+126+222=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EDE is #108121. Grayscale: #AAAAAA. Windows color (decimal): -1081634 or 14581487. OLE color: 14581487.

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

Color convert

RGB 239 126 222 -
CMYK 0 0.47 0.07 0.06
HSL 309.03º 0.78% 0.72% -
HSV(B) 309.03º 0.47% 0.94% -
XYZ 56.24 38.55 73.58 -
YUV 170.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 239 126 222 0 0.47 0.07 0.06 309.03 0.78 0.72
Hex EF 7E DE 0 2F 7 6 135 4E 48
Octal 357 176 336 0 57 7 6 465 116 110
Binary 11101111 1111110 11011110 0 101111 111 110 100110101 1001110 1001000

Color Harmonies of #EF7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EDE

Black with #EF7EDE

Text Example


Text Example

White with #EF7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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