Html Css Color HEX #EF7CF7 Violet

📋 copy color: '#EF7CF7'

red 239 ◦ green 124 ◦ blue 247

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

Shades of Violet #EF7CF7

Tints of Violet #EF7CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 39.18%
G = 20.33%
B = 40.49%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF7CF7 (or 0xEF7CF7) is known color: Violet. HEX triplet: EF, 7C and F7. RGB value is (239,124,247). Sum of RGB (Red+Green+Blue) = 239+124+247=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF7CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CF7 is #108308. Grayscale: #ACACAC. Windows color (decimal): -1082121 or 16219375. OLE color: 16219375.

HSL color Cylindrical-coordinate representation of color #EF7CF7: hue angle of 296.1º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7CF7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 124 247 -
CMYK 0.03 0.50 0 0.03
HSL 296.1º 0.88% 0.73% -
HSV(B) 296.1º 0.5% 0.97% -
XYZ 59.59 39.48 92.48 -
YUV 172.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 239 124 247 0.03 0.50 0 0.03 296.1 0.88 0.73
Hex EF 7C F7 3 32 0 3 128 58 49
Octal 357 174 367 3 62 0 3 450 130 111
Binary 11101111 1111100 11110111 11 110010 0 11 100101000 1011000 1001001

Color Harmonies of #EF7CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7CF7

Black with #EF7CF7

Text Example


Text Example

White with #EF7CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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