#EF97ED

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

Shades of Violet #EF97ED

Tints of Violet #EF97ED

Color information

#EF97ED (or 0xEF97ED) is unknown color: approx Violet. HEX triplet: EF, 97 and ED. RGB value is (239,151,237). Sum of RGB (Red+Green+Blue) = 239+151+237=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF97ED is #106812. Grayscale: #BABABA. Windows color (decimal): -1075219 or 15570927. OLE color: 15570927.

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

Color convert

RGB239151237-
CMYK00.370.010.06
HSL301.36º73.33%76.47%-
HSV(B)301.36º36.82%93.73%-
XYZ61.9546.685.85-
YUV187.12156.15165.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 151 (59.38% from 255) = 24.08%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=38.12%
G=24.08%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915123700.370.010.06301.3673.3376.47
HexEF97ED0251612d494c
Octal35722735504516455111114
Binary1110111110010111111011010100101111010010110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97ED; }

 p { color: rgb(239,151,237); }

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

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

 a { background-color: rgb(239,151,237); }

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

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

 span { border-color: rgb(239,151,237); }

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