Html Css Color HEX #EF7EF8 Violet

📋 copy color: '#EF7EF8'

red 239 ◦ green 126 ◦ blue 248

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

Shades of Violet #EF7EF8

Tints of Violet #EF7EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 38.99%
G = 20.55%
B = 40.46%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF7EF8 (or 0xEF7EF8) is known color: Violet. HEX triplet: EF, 7E and F8. RGB value is (239,126,248). Sum of RGB (Red+Green+Blue) = 239+126+248=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF7EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EF8 is #108107. Grayscale: #ADADAD. Windows color (decimal): -1081608 or 16285423. OLE color: 16285423.

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

Color convert

RGB 239 126 248 -
CMYK 0.04 0.49 0 0.03
HSL 295.57º 0.9% 0.73% -
HSV(B) 295.57º 0.49% 0.97% -
XYZ 60 40.05 93.37 -
YUV 173.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 239 126 248 0.04 0.49 0 0.03 295.57 0.9 0.73
Hex EF 7E F8 4 31 0 3 128 5A 49
Octal 357 176 370 4 61 0 3 450 132 111
Binary 11101111 1111110 11111000 100 110001 0 11 100101000 1011010 1001001

Color Harmonies of #EF7EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EF8

Black with #EF7EF8

Text Example


Text Example

White with #EF7EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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