Html Css Color HEX #EF7FE0 Pale Magenta

📋 copy color: '#EF7FE0'

red 239 ◦ green 127 ◦ blue 224

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

Shades of Pale Magenta #EF7FE0

Tints of Pale Magenta #EF7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 21.53%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 40.51%
G = 21.53%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF7FE0 (or 0xEF7FE0) is known color: Pale Magenta. HEX triplet: EF, 7F and E0. RGB value is (239,127,224). Sum of RGB (Red+Green+Blue) = 239+127+224=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FE0 is #10801F. Grayscale: #ABABAB. Windows color (decimal): -1081376 or 14712815. OLE color: 14712815.

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

Color convert

RGB 239 127 224 -
CMYK 0 0.47 0.06 0.06
HSL 308.04º 0.78% 0.72% -
HSV(B) 308.04º 0.47% 0.94% -
XYZ 56.64 38.91 75.05 -
YUV 171.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 239 127 224 0 0.47 0.06 0.06 308.04 0.78 0.72
Hex EF 7F E0 0 2F 6 6 134 4E 48
Octal 357 177 340 0 57 6 6 464 116 110
Binary 11101111 1111111 11100000 0 101111 110 110 100110100 1001110 1001000

Color Harmonies of #EF7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FE0

Black with #EF7FE0

Text Example


Text Example

White with #EF7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FE0; }

 p { color: rgb(239,127,224); }

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

background-color css

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

 a { background-color: rgb(239,127,224); }

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

border-color css

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

 span { border-color: rgb(239,127,224); }

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