Html Css Color HEX #ED6CE9 Violet

📋 copy color: '#ED6CE9'

red 237 ◦ green 108 ◦ blue 233

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

Shades of Violet #ED6CE9

Tints of Violet #ED6CE9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.69%

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 41%
G = 18.69%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED6CE9 (or 0xED6CE9) is known color: Violet. HEX triplet: ED, 6C and E9. RGB value is (237,108,233). Sum of RGB (Red+Green+Blue) = 237+108+233=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6CE9 is #129316. Grayscale: #A0A0A0. Windows color (decimal): -1217303 or 15297773. OLE color: 15297773.

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

Color convert

RGB 237 108 233 -
CMYK 0 0.54 0.02 0.07
HSL 301.86º 0.78% 0.68% -
HSV(B) 301.86º 0.54% 0.93% -
XYZ 55 34.61 80.87 -
YUV 160.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 237 108 233 0 0.54 0.02 0.07 301.86 0.78 0.68
Hex ED 6C E9 0 36 2 7 12E 4E 44
Octal 355 154 351 0 66 2 7 456 116 104
Binary 11101101 1101100 11101001 0 110110 10 111 100101110 1001110 1000100

Color Harmonies of #ED6CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CE9

Black with #ED6CE9

Text Example


Text Example

White with #ED6CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CE9; }

 p { color: rgb(237,108,233); }

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

background-color css

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

 a { background-color: rgb(237,108,233); }

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

border-color css

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

 span { border-color: rgb(237,108,233); }

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