#EF388E

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

Shades of Violet Red #EF388E

Tints of Violet Red #EF388E

Color information

#EF388E (or 0xEF388E) is unknown color: approx Violet Red. HEX triplet: EF, 38 and 8E. RGB value is (239,56,142). Sum of RGB (Red+Green+Blue) = 239+56+142=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF388E is #10C771. Grayscale: #787878. Windows color (decimal): -1099634 or 9320687. OLE color: 9320687.

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

Color convert

RGB23956142-
CMYK00.770.410.06
HSL331.8º85.12%57.84%-
HSV(B)331.8º76.57%93.73%-
XYZ41.8923.1327.85-
YUV120.52140.13212.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=54.69%
G=12.81%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395614200.770.410.06331.885.1257.84
HexEF388E04D29614c553a
Octal35770216011551651412572
Binary1110111111100010001110010011011010011101010011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF388E; }

 p { color: rgb(239,56,142); }

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

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

 a { background-color: rgb(239,56,142); }

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

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

 span { border-color: rgb(239,56,142); }

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