Html Css Color HEX #E694ED Violet

📋 copy color: '#E694ED'

red 230 ◦ green 148 ◦ blue 237

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

Shades of Violet #E694ED

Tints of Violet #E694ED

RGB

 RED value IS 230 (90.23% from 255) = 37.4%

 GREEN value IS 148 (58.2% from 255) = 24.07%

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

R = 37.4%
G = 24.07%
B = 38.54%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E694ED (or 0xE694ED) is known color: Violet. HEX triplet: E6, 94 and ED. RGB value is (230,148,237). Sum of RGB (Red+Green+Blue) = 230+148+237=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E694ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694ED is #196B12. Grayscale: #B6B6B6. Windows color (decimal): -1665811 or 15570150. OLE color: 15570150.

HSL color Cylindrical-coordinate representation of color #E694ED: hue angle of 295.28º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E694ED is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 148 237 -
CMYK 0.03 0.38 0 0.07
HSL 295.28º 0.71% 0.75% -
HSV(B) 295.28º 0.38% 0.93% -
XYZ 58.51 44.12 85.55 -
YUV 182.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 230 148 237 0.03 0.38 0 0.07 295.28 0.71 0.75
Hex E6 94 ED 3 26 0 7 127 47 4B
Octal 346 224 355 3 46 0 7 447 107 113
Binary 11100110 10010100 11101101 11 100110 0 111 100100111 1000111 1001011

Color Harmonies of #E694ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694ED

Black with #E694ED

Text Example


Text Example

White with #E694ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694ED; }

 p { color: rgb(230,148,237); }

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

background-color css

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

 a { background-color: rgb(230,148,237); }

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

border-color css

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

 span { border-color: rgb(230,148,237); }

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