Html Css Color HEX #EF7EFA Violet

📋 copy color: '#EF7EFA'

red 239 ◦ green 126 ◦ blue 250

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

Shades of Violet #EF7EFA

Tints of Violet #EF7EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 38.86%
G = 20.49%
B = 40.65%

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

#EF7EFA (or 0xEF7EFA) is known color: Violet. HEX triplet: EF, 7E and FA. RGB value is (239,126,250). Sum of RGB (Red+Green+Blue) = 239+126+250=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF7EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFA is #108105. Grayscale: #ADADAD. Windows color (decimal): -1081606 or 16416495. OLE color: 16416495.

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

Color convert

RGB 239 126 250 -
CMYK 0.04 0.50 0 0.02
HSL 294.68º 0.93% 0.74% -
HSV(B) 294.68º 0.5% 0.98% -
XYZ 60.31 40.17 95.02 -
YUV 173.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 239 126 250 0.04 0.50 0 0.02 294.68 0.93 0.74
Hex EF 7E FA 4 32 0 2 127 5D 4A
Octal 357 176 372 4 62 0 2 447 135 112
Binary 11101111 1111110 11111010 100 110010 0 10 100100111 1011101 1001010

Color Harmonies of #EF7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EFA

Black with #EF7EFA

Text Example


Text Example

White with #EF7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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