Html Css Color HEX #EF6DF1 Violet

📋 copy color: '#EF6DF1'

red 239 ◦ green 109 ◦ blue 241

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

Shades of Violet #EF6DF1

Tints of Violet #EF6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.51%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 40.58%
G = 18.51%
B = 40.92%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF6DF1 (or 0xEF6DF1) is known color: Violet. HEX triplet: EF, 6D and F1. RGB value is (239,109,241). Sum of RGB (Red+Green+Blue) = 239+109+241=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DF1 is #10920E. Grayscale: #A2A2A2. Windows color (decimal): -1085967 or 15822319. OLE color: 15822319.

HSL color Cylindrical-coordinate representation of color #EF6DF1: hue angle of 299.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6DF1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 109 241 -
CMYK 0.01 0.55 0 0.05
HSL 299.09º 0.83% 0.69% -
HSV(B) 299.09º 0.55% 0.95% -
XYZ 56.94 35.64 87.1 -
YUV 162.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 239 109 241 0.01 0.55 0 0.05 299.09 0.83 0.69
Hex EF 6D F1 1 37 0 5 12B 52 45
Octal 357 155 361 1 67 0 5 453 122 105
Binary 11101111 1101101 11110001 1 110111 0 101 100101011 1010010 1000101

Color Harmonies of #EF6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DF1

Black with #EF6DF1

Text Example


Text Example

White with #EF6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DF1; }

 p { color: rgb(239,109,241); }

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

background-color css

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

 a { background-color: rgb(239,109,241); }

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

border-color css

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

 span { border-color: rgb(239,109,241); }

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