Html Css Color HEX #EF9CFA Violet

📋 copy color: '#EF9CFA'

red 239 ◦ green 156 ◦ blue 250

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

Shades of Violet #EF9CFA

Tints of Violet #EF9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.19%

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

R = 37.05%
G = 24.19%
B = 38.76%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF9CFA (or 0xEF9CFA) is known color: Violet. HEX triplet: EF, 9C and FA. RGB value is (239,156,250). Sum of RGB (Red+Green+Blue) = 239+156+250=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CFA is #106305. Grayscale: #BFBFBF. Windows color (decimal): -1073926 or 16424175. OLE color: 16424175.

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

Color convert

RGB 239 156 250 -
CMYK 0.04 0.38 0 0.02
HSL 292.98º 0.9% 0.8% -
HSV(B) 292.98º 0.38% 0.98% -
XYZ 64.74 49.03 96.49 -
YUV 191.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 239 156 250 0.04 0.38 0 0.02 292.98 0.9 0.8
Hex EF 9C FA 4 26 0 2 125 5A 50
Octal 357 234 372 4 46 0 2 445 132 120
Binary 11101111 10011100 11111010 100 100110 0 10 100100101 1011010 1010000

Color Harmonies of #EF9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9CFA

Black with #EF9CFA

Text Example


Text Example

White with #EF9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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