Html Css Color HEX #E385ED Violet

📋 copy color: '#E385ED'

red 227 ◦ green 133 ◦ blue 237

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

Shades of Violet #E385ED

Tints of Violet #E385ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.28%

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

R = 38.02%
G = 22.28%
B = 39.7%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E385ED (or 0xE385ED) is known color: Violet. HEX triplet: E3, 85 and ED. RGB value is (227,133,237). Sum of RGB (Red+Green+Blue) = 227+133+237=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #E385ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385ED is #1C7A12. Grayscale: #ACACAC. Windows color (decimal): -1866259 or 15566307. OLE color: 15566307.

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

Color convert

RGB 227 133 237 -
CMYK 0.04 0.44 0 0.07
HSL 294.23º 0.74% 0.73% -
HSV(B) 294.23º 0.44% 0.93% -
XYZ 55.35 39.22 84.77 -
YUV 172.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 227 133 237 0.04 0.44 0 0.07 294.23 0.74 0.73
Hex E3 85 ED 4 2C 0 7 126 4A 49
Octal 343 205 355 4 54 0 7 446 112 111
Binary 11100011 10000101 11101101 100 101100 0 111 100100110 1001010 1001001

Color Harmonies of #E385ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385ED

Black with #E385ED

Text Example


Text Example

White with #E385ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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