Html Css Color HEX #ED6EEA Violet

📋 copy color: '#ED6EEA'

red 237 ◦ green 110 ◦ blue 234

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

Shades of Violet #ED6EEA

Tints of Violet #ED6EEA

RGB

 RED value IS 237 (92.97% from 255) = 40.79%

 GREEN value IS 110 (43.36% from 255) = 18.93%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 40.79%
G = 18.93%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED6EEA (or 0xED6EEA) is known color: Violet. HEX triplet: ED, 6E and EA. RGB value is (237,110,234). Sum of RGB (Red+Green+Blue) = 237+110+234=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EEA is #129115. Grayscale: #A1A1A1. Windows color (decimal): -1216790 or 15363821. OLE color: 15363821.

HSL color Cylindrical-coordinate representation of color #ED6EEA: hue angle of 301.42º 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 #ED6EEA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 110 234 -
CMYK 0 0.54 0.01 0.07
HSL 301.42º 0.78% 0.68% -
HSV(B) 301.42º 0.54% 0.93% -
XYZ 55.35 35.1 81.7 -
YUV 162.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 237 110 234 0 0.54 0.01 0.07 301.42 0.78 0.68
Hex ED 6E EA 0 36 1 7 12D 4E 44
Octal 355 156 352 0 66 1 7 455 116 104
Binary 11101101 1101110 11101010 0 110110 1 111 100101101 1001110 1000100

Color Harmonies of #ED6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EEA

Black with #ED6EEA

Text Example


Text Example

White with #ED6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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