Html Css Color HEX #ED78E7 Violet

📋 copy color: '#ED78E7'

red 237 ◦ green 120 ◦ blue 231

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

Shades of Violet #ED78E7

Tints of Violet #ED78E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.29%

R = 40.31%
G = 20.41%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED78E7 (or 0xED78E7) is known color: Violet. HEX triplet: ED, 78 and E7. RGB value is (237,120,231). Sum of RGB (Red+Green+Blue) = 237+120+231=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78E7 is #128718. Grayscale: #A7A7A7. Windows color (decimal): -1214233 or 15169773. OLE color: 15169773.

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

Color convert

RGB 237 120 231 -
CMYK 0 0.49 0.03 0.07
HSL 303.08º 0.76% 0.7% -
HSV(B) 303.08º 0.49% 0.93% -
XYZ 56.07 37.21 79.83 -
YUV 167.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 237 120 231 0 0.49 0.03 0.07 303.08 0.76 0.7
Hex ED 78 E7 0 31 3 7 12F 4C 46
Octal 355 170 347 0 61 3 7 457 114 106
Binary 11101101 1111000 11100111 0 110001 11 111 100101111 1001100 1000110

Color Harmonies of #ED78E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78E7

Black with #ED78E7

Text Example


Text Example

White with #ED78E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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