Html Css Color HEX #E694EB Violet

📋 copy color: '#E694EB'

red 230 ◦ green 148 ◦ blue 235

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

Shades of Violet #E694EB

Tints of Violet #E694EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 37.52%
G = 24.14%
B = 38.34%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E694EB (or 0xE694EB) is known color: Violet. HEX triplet: E6, 94 and EB. RGB value is (230,148,235). Sum of RGB (Red+Green+Blue) = 230+148+235=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #E694EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694EB is #196B14. Grayscale: #B6B6B6. Windows color (decimal): -1665813 or 15439078. OLE color: 15439078.

HSL color Cylindrical-coordinate representation of color #E694EB: hue angle of 296.55º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E694EB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 148 235 -
CMYK 0.02 0.37 0 0.08
HSL 296.55º 0.69% 0.75% -
HSV(B) 296.55º 0.37% 0.92% -
XYZ 58.22 44 84.02 -
YUV 182.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 230 148 235 0.02 0.37 0 0.08 296.55 0.69 0.75
Hex E6 94 EB 2 25 0 8 129 45 4B
Octal 346 224 353 2 45 0 10 451 105 113
Binary 11100110 10010100 11101011 10 100101 0 1000 100101001 1000101 1001011

Color Harmonies of #E694EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694EB

Black with #E694EB

Text Example


Text Example

White with #E694EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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