#EF90EA

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

Shades of Violet #EF90EA

Tints of Violet #EF90EA

Color information

#EF90EA (or 0xEF90EA) is unknown color: approx Violet. HEX triplet: EF, 90 and EA. RGB value is (239,144,234). Sum of RGB (Red+Green+Blue) = 239+144+234=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EA is #106F15. Grayscale: #B6B6B6. Windows color (decimal): -1077014 or 15372527. OLE color: 15372527.

HSL color Cylindrical-coordinate representation of color #EF90EA: hue angle of 303.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90EA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239144234-
CMYK00.400.020.06
HSL303.16º74.8%75.1%-
HSV(B)303.16º39.75%93.73%-
XYZ60.4244.2483.2-
YUV182.66156.97168.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=38.74%
G=23.34%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914423400.400.020.06303.1674.875.1
HexEF90EA0282612f4b4b
Octal35722035205026457113113
Binary11101111100100001110101001010001011010010111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90EA; }

 p { color: rgb(239,144,234); }

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

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

 a { background-color: rgb(239,144,234); }

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

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

 span { border-color: rgb(239,144,234); }

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