Html Css Color HEX #EF7FE1 Pale Magenta

📋 copy color: '#EF7FE1'

red 239 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #EF7FE1

Tints of Pale Magenta #EF7FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 40.44%
G = 21.49%
B = 38.07%

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

#EF7FE1 (or 0xEF7FE1) is known color: Pale Magenta. HEX triplet: EF, 7F and E1. RGB value is (239,127,225). Sum of RGB (Red+Green+Blue) = 239+127+225=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FE1 is #10801E. Grayscale: #ABABAB. Windows color (decimal): -1081375 or 14778351. OLE color: 14778351.

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

Color convert

RGB 239 127 225 -
CMYK 0 0.47 0.06 0.06
HSL 307.5º 0.78% 0.72% -
HSV(B) 307.5º 0.47% 0.94% -
XYZ 56.78 38.97 75.76 -
YUV 171.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 239 127 225 0 0.47 0.06 0.06 307.5 0.78 0.72
Hex EF 7F E1 0 2F 6 6 134 4E 48
Octal 357 177 341 0 57 6 6 464 116 110
Binary 11101111 1111111 11100001 0 101111 110 110 100110100 1001110 1001000

Color Harmonies of #EF7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FE1

Black with #EF7FE1

Text Example


Text Example

White with #EF7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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