Html Css Color HEX #EF9DFA Violet

📋 copy color: '#EF9DFA'

red 239 ◦ green 157 ◦ blue 250

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

Shades of Violet #EF9DFA

Tints of Violet #EF9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.3%

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

R = 37%
G = 24.3%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF9DFA (or 0xEF9DFA) is known color: Violet. HEX triplet: EF, 9D and FA. RGB value is (239,157,250). Sum of RGB (Red+Green+Blue) = 239+157+250=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFA is #106205. Grayscale: #BFBFBF. Windows color (decimal): -1073670 or 16424431. OLE color: 16424431.

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

Color convert

RGB 239 157 250 -
CMYK 0.04 0.37 0 0.02
HSL 292.9º 0.9% 0.8% -
HSV(B) 292.9º 0.37% 0.98% -
XYZ 64.91 49.37 96.55 -
YUV 192.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 239 157 250 0.04 0.37 0 0.02 292.9 0.9 0.8
Hex EF 9D FA 4 25 0 2 125 5A 50
Octal 357 235 372 4 45 0 2 445 132 120
Binary 11101111 10011101 11111010 100 100101 0 10 100100101 1011010 1010000

Color Harmonies of #EF9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DFA

Black with #EF9DFA

Text Example


Text Example

White with #EF9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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