Html Css Color HEX #EF7DF9 Violet

📋 copy color: '#EF7DF9'

red 239 ◦ green 125 ◦ blue 249

#EF7DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EF7DF9

Tints of Violet #EF7DF9

RGB

 RED value IS 239 (93.75% from 255) = 38.99%

 GREEN value IS 125 (49.22% from 255) = 20.39%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 38.99%
G = 20.39%
B = 40.62%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF7DF9 (or 0xEF7DF9) is known color: Violet. HEX triplet: EF, 7D and F9. RGB value is (239,125,249). Sum of RGB (Red+Green+Blue) = 239+125+249=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF7DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DF9 is #108206. Grayscale: #ACACAC. Windows color (decimal): -1081863 or 16350703. OLE color: 16350703.

HSL color Cylindrical-coordinate representation of color #EF7DF9: hue angle of 295.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7DF9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 125 249 -
CMYK 0.04 0.50 0 0.02
HSL 295.16º 0.91% 0.73% -
HSV(B) 295.16º 0.5% 0.98% -
XYZ 60.03 39.86 94.15 -
YUV 173.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 239 125 249 0.04 0.50 0 0.02 295.16 0.91 0.73
Hex EF 7D F9 4 32 0 2 127 5B 49
Octal 357 175 371 4 62 0 2 447 133 111
Binary 11101111 1111101 11111001 100 110010 0 10 100100111 1011011 1001001

Color Harmonies of #EF7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7DF9

Black with #EF7DF9

Text Example


Text Example

White with #EF7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7DF9; }

 p { color: rgb(239,125,249); }

 H1.HeaderClassName
 {
   color: #EF7DF9;
 }
 .AnyTagClassName
 {
   color: #EF7DF9;
 }
</style>

background-color css

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

 a { background-color: rgb(239,125,249); }

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

border-color css

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

 span { border-color: rgb(239,125,249); }

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