#EF7CE4

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

Shades of Violet #EF7CE4

Tints of Violet #EF7CE4

Color information

#EF7CE4 (or 0xEF7CE4) is unknown color: approx Violet. HEX triplet: EF, 7C and E4. RGB value is (239,124,228). Sum of RGB (Red+Green+Blue) = 239+124+228=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CE4 is #10831B. Grayscale: #A9A9A9. Windows color (decimal): -1082140 or 14974191. OLE color: 14974191.

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

Color convert

RGB239124228-
CMYK00.480.050.06
HSL305.74º78.23%71.18%-
HSV(B)305.74º48.12%93.73%-
XYZ56.8138.3777.81-
YUV170.24160.6177.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 124 (48.83% from 255) = 20.98%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=40.44%
G=20.98%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912422800.480.050.06305.7478.2371.18
HexEF7CE4030561324e47
Octal35717434406056462116107
Binary11101111111110011100100011000010111010011001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7CE4; }

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

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

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

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

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

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

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

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