Html Css Color HEX #ED84F5 Violet

📋 copy color: '#ED84F5'

red 237 ◦ green 132 ◦ blue 245

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

Shades of Violet #ED84F5

Tints of Violet #ED84F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.9%

R = 38.6%
G = 21.5%
B = 39.9%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED84F5 (or 0xED84F5) is known color: Violet. HEX triplet: ED, 84 and F5. RGB value is (237,132,245). Sum of RGB (Red+Green+Blue) = 237+132+245=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED84F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84F5 is #127B0A. Grayscale: #AFAFAF. Windows color (decimal): -1211147 or 16090349. OLE color: 16090349.

HSL color Cylindrical-coordinate representation of color #ED84F5: hue angle of 295.75º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED84F5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 132 245 -
CMYK 0.03 0.46 0 0.04
HSL 295.75º 0.85% 0.74% -
HSV(B) 295.75º 0.46% 0.96% -
XYZ 59.66 41.1 91.17 -
YUV 176.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 237 132 245 0.03 0.46 0 0.04 295.75 0.85 0.74
Hex ED 84 F5 3 2E 0 4 128 55 4A
Octal 355 204 365 3 56 0 4 450 125 112
Binary 11101101 10000100 11110101 11 101110 0 100 100101000 1010101 1001010

Color Harmonies of #ED84F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84F5

Black with #ED84F5

Text Example


Text Example

White with #ED84F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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