Html Css Color HEX #E375ED Violet

📋 copy color: '#E375ED'

red 227 ◦ green 117 ◦ blue 237

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

Shades of Violet #E375ED

Tints of Violet #E375ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.14%

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

R = 39.07%
G = 20.14%
B = 40.79%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E375ED (or 0xE375ED) is known color: Violet. HEX triplet: E3, 75 and ED. RGB value is (227,117,237). Sum of RGB (Red+Green+Blue) = 227+117+237=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E375ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375ED is #1C8A12. Grayscale: #A3A3A3. Windows color (decimal): -1870355 or 15562211. OLE color: 15562211.

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

Color convert

RGB 227 117 237 -
CMYK 0.04 0.51 0 0.07
HSL 295º 0.77% 0.69% -
HSV(B) 295º 0.51% 0.93% -
XYZ 53.33 35.17 84.1 -
YUV 163.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 227 117 237 0.04 0.51 0 0.07 295 0.77 0.69
Hex E3 75 ED 4 33 0 7 127 4D 45
Octal 343 165 355 4 63 0 7 447 115 105
Binary 11100011 1110101 11101101 100 110011 0 111 100100111 1001101 1000101

Color Harmonies of #E375ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375ED

Black with #E375ED

Text Example


Text Example

White with #E375ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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