#EF8CE4

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

Shades of Pale Magenta #EF8CE4

Tints of Pale Magenta #EF8CE4

Color information

#EF8CE4 (or 0xEF8CE4) is unknown color: approx Pale Magenta. HEX triplet: EF, 8C and E4. RGB value is (239,140,228). Sum of RGB (Red+Green+Blue) = 239+140+228=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CE4 is #10731B. Grayscale: #B3B3B3. Windows color (decimal): -1078044 or 14978287. OLE color: 14978287.

HSL color Cylindrical-coordinate representation of color #EF8CE4: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CE4 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239140228-
CMYK00.410.050.06
HSL306.67º75.57%74.31%-
HSV(B)306.67º41.42%93.73%-
XYZ58.9842.7178.53-
YUV179.63155.3170.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=39.37%
G=23.06%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914022800.410.050.06306.6775.5774.31
HexEF8CE4029561334c4a
Octal35721434405156463114112
Binary111011111000110011100100010100110111010011001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CE4; }

 p { color: rgb(239,140,228); }

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

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

 a { background-color: rgb(239,140,228); }

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

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

 span { border-color: rgb(239,140,228); }

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