Html Css Color HEX #EF7AF1 Violet

📋 copy color: '#EF7AF1'

red 239 ◦ green 122 ◦ blue 241

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

Shades of Violet #EF7AF1

Tints of Violet #EF7AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.27%

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

R = 39.7%
G = 20.27%
B = 40.03%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF7AF1 (or 0xEF7AF1) is known color: Violet. HEX triplet: EF, 7A and F1. RGB value is (239,122,241). Sum of RGB (Red+Green+Blue) = 239+122+241=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 122 (48.05% from 255 or 20.27% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AF1 is #10850E. Grayscale: #AAAAAA. Windows color (decimal): -1082639 or 15825647. OLE color: 15825647.

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

Color convert

RGB 239 122 241 -
CMYK 0.01 0.49 0 0.05
HSL 298.99º 0.81% 0.71% -
HSV(B) 298.99º 0.49% 0.95% -
XYZ 58.43 38.62 87.59 -
YUV 170.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 239 122 241 0.01 0.49 0 0.05 298.99 0.81 0.71
Hex EF 7A F1 1 31 0 5 12B 51 47
Octal 357 172 361 1 61 0 5 453 121 107
Binary 11101111 1111010 11110001 1 110001 0 101 100101011 1010001 1000111

Color Harmonies of #EF7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AF1

Black with #EF7AF1

Text Example


Text Example

White with #EF7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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