Html Css Color HEX #ED78EC Violet

📋 copy color: '#ED78EC'

red 237 ◦ green 120 ◦ blue 236

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

Shades of Violet #ED78EC

Tints of Violet #ED78EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.24%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 39.97%
G = 20.24%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED78EC (or 0xED78EC) is known color: Violet. HEX triplet: ED, 78 and EC. RGB value is (237,120,236). Sum of RGB (Red+Green+Blue) = 237+120+236=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78EC is #128713. Grayscale: #A7A7A7. Windows color (decimal): -1214228 or 15497453. OLE color: 15497453.

HSL color Cylindrical-coordinate representation of color #ED78EC: hue angle of 300.51º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78EC is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 236 -
CMYK 0 0.49 0.00 0.07
HSL 300.51º 0.76% 0.7% -
HSV(B) 300.51º 0.49% 0.93% -
XYZ 56.78 37.49 83.6 -
YUV 168.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 237 120 236 0 0.49 0.00 0.07 300.51 0.76 0.7
Hex ED 78 EC 0 31 0 7 12D 4C 46
Octal 355 170 354 0 61 0 7 455 114 106
Binary 11101101 1111000 11101100 0 110001 0 111 100101101 1001100 1000110

Color Harmonies of #ED78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78EC

Black with #ED78EC

Text Example


Text Example

White with #ED78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78EC; }

 p { color: rgb(237,120,236); }

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

background-color css

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

 a { background-color: rgb(237,120,236); }

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

border-color css

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

 span { border-color: rgb(237,120,236); }

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