Html Css Color HEX #EF7CF9 Violet

📋 copy color: '#EF7CF9'

red 239 ◦ green 124 ◦ blue 249

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

Shades of Violet #EF7CF9

Tints of Violet #EF7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.26%

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

R = 39.05%
G = 20.26%
B = 40.69%

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

#EF7CF9 (or 0xEF7CF9) is known color: Violet. HEX triplet: EF, 7C and F9. RGB value is (239,124,249). Sum of RGB (Red+Green+Blue) = 239+124+249=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 124 (48.83% from 255 or 20.26% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF7CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CF9 is #108306. Grayscale: #ACACAC. Windows color (decimal): -1082119 or 16350447. OLE color: 16350447.

HSL color Cylindrical-coordinate representation of color #EF7CF9: hue angle of 295.2º 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 #EF7CF9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 124 249 -
CMYK 0.04 0.50 0 0.02
HSL 295.2º 0.91% 0.73% -
HSV(B) 295.2º 0.5% 0.98% -
XYZ 59.9 39.61 94.11 -
YUV 172.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 239 124 249 0.04 0.50 0 0.02 295.2 0.91 0.73
Hex EF 7C F9 4 32 0 2 127 5B 49
Octal 357 174 371 4 62 0 2 447 133 111
Binary 11101111 1111100 11111001 100 110010 0 10 100100111 1011011 1001001

Color Harmonies of #EF7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7CF9

Black with #EF7CF9

Text Example


Text Example

White with #EF7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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