Html Css Color HEX #ED6DEE Violet

📋 copy color: '#ED6DEE'

red 237 ◦ green 109 ◦ blue 238

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

Shades of Violet #ED6DEE

Tints of Violet #ED6DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 40.58%
G = 18.66%
B = 40.75%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED6DEE (or 0xED6DEE) is known color: Violet. HEX triplet: ED, 6D and EE. RGB value is (237,109,238). Sum of RGB (Red+Green+Blue) = 237+109+238=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED6DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DEE is #129211. Grayscale: #A1A1A1. Windows color (decimal): -1217042 or 15625709. OLE color: 15625709.

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

Color convert

RGB 237 109 238 -
CMYK 0.00 0.54 0 0.07
HSL 299.53º 0.79% 0.68% -
HSV(B) 299.53º 0.54% 0.93% -
XYZ 55.83 35.11 84.72 -
YUV 161.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 237 109 238 0.00 0.54 0 0.07 299.53 0.79 0.68
Hex ED 6D EE 0 36 0 7 12C 4F 44
Octal 355 155 356 0 66 0 7 454 117 104
Binary 11101101 1101101 11101110 0 110110 0 111 100101100 1001111 1000100

Color Harmonies of #ED6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DEE

Black with #ED6DEE

Text Example


Text Example

White with #ED6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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