Html Css Color HEX #EF7EFE Violet

📋 copy color: '#EF7EFE'

red 239 ◦ green 126 ◦ blue 254

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

Shades of Violet #EF7EFE

Tints of Violet #EF7EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.36%

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 38.61%
G = 20.36%
B = 41.03%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF7EFE (or 0xEF7EFE) is known color: Violet. HEX triplet: EF, 7E and FE. RGB value is (239,126,254). Sum of RGB (Red+Green+Blue) = 239+126+254=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 126 (49.61% from 255 or 20.36% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF7EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFE is #108101. Grayscale: #ADADAD. Windows color (decimal): -1081602 or 16678639. OLE color: 16678639.

HSL color Cylindrical-coordinate representation of color #EF7EFE: hue angle of 292.97º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7EFE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 126 254 -
CMYK 0.06 0.50 0 0.00
HSL 292.97º 0.98% 0.75% -
HSV(B) 292.97º 0.5% 1% -
XYZ 60.95 40.43 98.36 -
YUV 174.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 239 126 254 0.06 0.50 0 0.00 292.97 0.98 0.75
Hex EF 7E FE 6 32 0 0 125 62 4B
Octal 357 176 376 6 62 0 0 445 142 113
Binary 11101111 1111110 11111110 110 110010 0 0 100100101 1100010 1001011

Color Harmonies of #EF7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EFE

Black with #EF7EFE

Text Example


Text Example

White with #EF7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EFE; }

 p { color: rgb(239,126,254); }

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

background-color css

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

 a { background-color: rgb(239,126,254); }

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

border-color css

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

 span { border-color: rgb(239,126,254); }

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