Html Css Color HEX #E772F0 Violet

📋 copy color: '#E772F0'

red 231 ◦ green 114 ◦ blue 240

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

Shades of Violet #E772F0

Tints of Violet #E772F0

RGB

 RED value IS 231 (90.63% from 255) = 39.49%

 GREEN value IS 114 (44.92% from 255) = 19.49%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 39.49%
G = 19.49%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E772F0 (or 0xE772F0) is known color: Violet. HEX triplet: E7, 72 and F0. RGB value is (231,114,240). Sum of RGB (Red+Green+Blue) = 231+114+240=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E772F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772F0 is #188D0F. Grayscale: #A2A2A2. Windows color (decimal): -1608976 or 15758055. OLE color: 15758055.

HSL color Cylindrical-coordinate representation of color #E772F0: hue angle of 295.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E772F0 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 114 240 -
CMYK 0.04 0.52 0 0.06
HSL 295.71º 0.81% 0.69% -
HSV(B) 295.71º 0.53% 0.94% -
XYZ 54.7 35.31 86.37 -
YUV 163.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 231 114 240 0.04 0.52 0 0.06 295.71 0.81 0.69
Hex E7 72 F0 4 34 0 6 128 51 45
Octal 347 162 360 4 64 0 6 450 121 105
Binary 11100111 1110010 11110000 100 110100 0 110 100101000 1010001 1000101

Color Harmonies of #E772F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772F0

Black with #E772F0

Text Example


Text Example

White with #E772F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772F0; }

 p { color: rgb(231,114,240); }

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

background-color css

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

 a { background-color: rgb(231,114,240); }

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

border-color css

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

 span { border-color: rgb(231,114,240); }

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