Html Css Color HEX #ED84EF Violet

📋 copy color: '#ED84EF'

red 237 ◦ green 132 ◦ blue 239

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

Shades of Violet #ED84EF

Tints of Violet #ED84EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.71%

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 38.98%
G = 21.71%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED84EF (or 0xED84EF) is known color: Violet. HEX triplet: ED, 84 and EF. RGB value is (237,132,239). Sum of RGB (Red+Green+Blue) = 237+132+239=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED84EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84EF is #127B10. Grayscale: #AFAFAF. Windows color (decimal): -1211153 or 15697133. OLE color: 15697133.

HSL color Cylindrical-coordinate representation of color #ED84EF: hue angle of 298.88º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED84EF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 132 239 -
CMYK 0.01 0.45 0 0.06
HSL 298.88º 0.77% 0.73% -
HSV(B) 298.88º 0.45% 0.94% -
XYZ 58.76 40.74 86.43 -
YUV 175.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 237 132 239 0.01 0.45 0 0.06 298.88 0.77 0.73
Hex ED 84 EF 1 2D 0 6 12B 4D 49
Octal 355 204 357 1 55 0 6 453 115 111
Binary 11101101 10000100 11101111 1 101101 0 110 100101011 1001101 1001001

Color Harmonies of #ED84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84EF

Black with #ED84EF

Text Example


Text Example

White with #ED84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84EF; }

 p { color: rgb(237,132,239); }

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

background-color css

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

 a { background-color: rgb(237,132,239); }

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

border-color css

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

 span { border-color: rgb(237,132,239); }

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