#ef78e1

Color #EF78E1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EF78E1

Tints of Pale Magenta #EF78E1

Color information

#EF78E1 (or 0xEF78E1) is unknown color: approx Pale Magenta. HEX triplet: EF, 78 and E1. RGB value is (239,120,225). Sum of RGB (Red+Green+Blue) = 239+120+225=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78E1 is #10871E. Grayscale: #A7A7A7. Windows color (decimal): -1083167 or 14776559. OLE color: 14776559.

HSL color Cylindrical-coordinate representation of color #EF78E1: hue angle of 307.06º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78E1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239120225-
CMYK00.500.060.06
HSL307.06º78.81%70.39%-
HSV(B)307.06º49.79%93.73%-
XYZ55.937.2275.47-
YUV167.55160.42178.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 120 (47.27% from 255) = 20.55%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=40.92%
G=20.55%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912022500.500.060.06307.0678.8170.39
HexEF78E1032661334f46
Octal35717034106266463117106
Binary11101111111100011100001011001011011010011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef78e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef78e1; }

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

 H1.HeaderClassName
 {
   color: #ef78e1;
 }
 .AnyTagClassName
 {
   color: #ef78e1;
 }
</style>
background-color css

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

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

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

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

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

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