Html Css Color HEX #E695ED Violet

📋 copy color: '#E695ED'

red 230 ◦ green 149 ◦ blue 237

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

Shades of Violet #E695ED

Tints of Violet #E695ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.19%

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

R = 37.34%
G = 24.19%
B = 38.47%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E695ED (or 0xE695ED) is known color: Violet. HEX triplet: E6, 95 and ED. RGB value is (230,149,237). Sum of RGB (Red+Green+Blue) = 230+149+237=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E695ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695ED is #196A12. Grayscale: #B6B6B6. Windows color (decimal): -1665555 or 15570406. OLE color: 15570406.

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

Color convert

RGB 230 149 237 -
CMYK 0.03 0.37 0 0.07
HSL 295.23º 0.71% 0.76% -
HSV(B) 295.23º 0.37% 0.93% -
XYZ 58.67 44.43 85.6 -
YUV 183.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 230 149 237 0.03 0.37 0 0.07 295.23 0.71 0.76
Hex E6 95 ED 3 25 0 7 127 47 4C
Octal 346 225 355 3 45 0 7 447 107 114
Binary 11100110 10010101 11101101 11 100101 0 111 100100111 1000111 1001100

Color Harmonies of #E695ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695ED

Black with #E695ED

Text Example


Text Example

White with #E695ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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