Html Css Color HEX #E370ED Violet

📋 copy color: '#E370ED'

red 227 ◦ green 112 ◦ blue 237

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

Shades of Violet #E370ED

Tints of Violet #E370ED

RGB

 RED value IS 227 (89.06% from 255) = 39.41%

 GREEN value IS 112 (44.14% from 255) = 19.44%

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 39.41%
G = 19.44%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E370ED (or 0xE370ED) is known color: Violet. HEX triplet: E3, 70 and ED. RGB value is (227,112,237). Sum of RGB (Red+Green+Blue) = 227+112+237=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #E370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370ED is #1C8F12. Grayscale: #A0A0A0. Windows color (decimal): -1871635 or 15560931. OLE color: 15560931.

HSL color Cylindrical-coordinate representation of color #E370ED: hue angle of 295.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E370ED is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 112 237 -
CMYK 0.04 0.53 0 0.07
HSL 295.2º 0.78% 0.68% -
HSV(B) 295.2º 0.53% 0.93% -
XYZ 52.76 34.03 83.91 -
YUV 160.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 227 112 237 0.04 0.53 0 0.07 295.2 0.78 0.68
Hex E3 70 ED 4 35 0 7 127 4E 44
Octal 343 160 355 4 65 0 7 447 116 104
Binary 11100011 1110000 11101101 100 110101 0 111 100100111 1001110 1000100

Color Harmonies of #E370ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370ED

Black with #E370ED

Text Example


Text Example

White with #E370ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370ED; }

 p { color: rgb(227,112,237); }

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

background-color css

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

 a { background-color: rgb(227,112,237); }

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

border-color css

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

 span { border-color: rgb(227,112,237); }

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