Html Css Color HEX #EF7BFA Violet

📋 copy color: '#EF7BFA'

red 239 ◦ green 123 ◦ blue 250

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

Shades of Violet #EF7BFA

Tints of Violet #EF7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.1%

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

R = 39.05%
G = 20.1%
B = 40.85%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF7BFA (or 0xEF7BFA) is known color: Violet. HEX triplet: EF, 7B and FA. RGB value is (239,123,250). Sum of RGB (Red+Green+Blue) = 239+123+250=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BFA is #108405. Grayscale: #ABABAB. Windows color (decimal): -1082374 or 16415727. OLE color: 16415727.

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

Color convert

RGB 239 123 250 -
CMYK 0.04 0.51 0 0.02
HSL 294.8º 0.93% 0.73% -
HSV(B) 294.8º 0.51% 0.98% -
XYZ 59.93 39.42 94.89 -
YUV 172.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 239 123 250 0.04 0.51 0 0.02 294.8 0.93 0.73
Hex EF 7B FA 4 33 0 2 127 5D 49
Octal 357 173 372 4 63 0 2 447 135 111
Binary 11101111 1111011 11111010 100 110011 0 10 100100111 1011101 1001001

Color Harmonies of #EF7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BFA

Black with #EF7BFA

Text Example


Text Example

White with #EF7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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