Html Css Color HEX #EF6FF2 Violet

📋 copy color: '#EF6FF2'

red 239 ◦ green 111 ◦ blue 242

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

Shades of Violet #EF6FF2

Tints of Violet #EF6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.75%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 40.37%
G = 18.75%
B = 40.88%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF6FF2 (or 0xEF6FF2) is known color: Violet. HEX triplet: EF, 6F and F2. RGB value is (239,111,242). Sum of RGB (Red+Green+Blue) = 239+111+242=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FF2 is #10900D. Grayscale: #A3A3A3. Windows color (decimal): -1085454 or 15888367. OLE color: 15888367.

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

Color convert

RGB 239 111 242 -
CMYK 0.01 0.54 0 0.05
HSL 298.63º 0.83% 0.69% -
HSV(B) 298.63º 0.54% 0.95% -
XYZ 57.31 36.13 87.96 -
YUV 164.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 239 111 242 0.01 0.54 0 0.05 298.63 0.83 0.69
Hex EF 6F F2 1 36 0 5 12B 53 45
Octal 357 157 362 1 66 0 5 453 123 105
Binary 11101111 1101111 11110010 1 110110 0 101 100101011 1010011 1000101

Color Harmonies of #EF6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FF2

Black with #EF6FF2

Text Example


Text Example

White with #EF6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FF2; }

 p { color: rgb(239,111,242); }

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

background-color css

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

 a { background-color: rgb(239,111,242); }

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

border-color css

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

 span { border-color: rgb(239,111,242); }

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