Html Css Color HEX #EF7FE2 Pale Magenta

📋 copy color: '#EF7FE2'

red 239 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #EF7FE2

Tints of Pale Magenta #EF7FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.18%

R = 40.37%
G = 21.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF7FE2 (or 0xEF7FE2) is known color: Pale Magenta. HEX triplet: EF, 7F and E2. RGB value is (239,127,226). Sum of RGB (Red+Green+Blue) = 239+127+226=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FE2 is #10801D. Grayscale: #ABABAB. Windows color (decimal): -1081374 or 14843887. OLE color: 14843887.

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

Color convert

RGB 239 127 226 -
CMYK 0 0.47 0.05 0.06
HSL 306.96º 0.78% 0.72% -
HSV(B) 306.96º 0.47% 0.94% -
XYZ 56.91 39.02 76.48 -
YUV 171.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 239 127 226 0 0.47 0.05 0.06 306.96 0.78 0.72
Hex EF 7F E2 0 2F 5 6 133 4E 48
Octal 357 177 342 0 57 5 6 463 116 110
Binary 11101111 1111111 11100010 0 101111 101 110 100110011 1001110 1001000

Color Harmonies of #EF7FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FE2

Black with #EF7FE2

Text Example


Text Example

White with #EF7FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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