Html Css Color HEX #ED6EEE Violet

📋 copy color: '#ED6EEE'

red 237 ◦ green 110 ◦ blue 238

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

Shades of Violet #ED6EEE

Tints of Violet #ED6EEE

RGB

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

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

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

R = 40.51%
G = 18.8%
B = 40.68%

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

#ED6EEE (or 0xED6EEE) is known color: Violet. HEX triplet: ED, 6E and EE. RGB value is (237,110,238). Sum of RGB (Red+Green+Blue) = 237+110+238=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED6EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EEE is #129111. Grayscale: #A2A2A2. Windows color (decimal): -1216786 or 15625965. OLE color: 15625965.

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

Color convert

RGB 237 110 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.93 35.33 84.76 -
YUV 162.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 237 110 238 0.00 0.54 0 0.07 299.53 0.79 0.68
Hex ED 6E EE 0 36 0 7 12C 4F 44
Octal 355 156 356 0 66 0 7 454 117 104
Binary 11101101 1101110 11101110 0 110110 0 111 100101100 1001111 1000100

Color Harmonies of #ED6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EEE

Black with #ED6EEE

Text Example


Text Example

White with #ED6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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