Html Css Color HEX #EA6DED Violet

📋 copy color: '#EA6DED'

red 234 ◦ green 109 ◦ blue 237

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

Shades of Violet #EA6DED

Tints of Violet #EA6DED

RGB

 RED value IS 234 (91.8% from 255) = 40.34%

 GREEN value IS 109 (42.97% from 255) = 18.79%

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

R = 40.34%
G = 18.79%
B = 40.86%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA6DED (or 0xEA6DED) is known color: Violet. HEX triplet: EA, 6D and ED. RGB value is (234,109,237). Sum of RGB (Red+Green+Blue) = 234+109+237=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DED is #159212. Grayscale: #A0A0A0. Windows color (decimal): -1413651 or 15560170. OLE color: 15560170.

HSL color Cylindrical-coordinate representation of color #EA6DED: hue angle of 298.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6DED is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 109 237 -
CMYK 0.01 0.54 0 0.07
HSL 298.59º 0.78% 0.68% -
HSV(B) 298.59º 0.54% 0.93% -
XYZ 54.69 34.54 83.91 -
YUV 160.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 234 109 237 0.01 0.54 0 0.07 298.59 0.78 0.68
Hex EA 6D ED 1 36 0 7 12B 4E 44
Octal 352 155 355 1 66 0 7 453 116 104
Binary 11101010 1101101 11101101 1 110110 0 111 100101011 1001110 1000100

Color Harmonies of #EA6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DED

Black with #EA6DED

Text Example


Text Example

White with #EA6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DED; }

 p { color: rgb(234,109,237); }

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

background-color css

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

 a { background-color: rgb(234,109,237); }

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

border-color css

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

 span { border-color: rgb(234,109,237); }

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