Html Css Color HEX #ED84ED Violet

📋 copy color: '#ED84ED'

red 237 ◦ green 132 ◦ blue 237

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

Shades of Violet #ED84ED

Tints of Violet #ED84ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 39.11%
G = 21.78%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED84ED (or 0xED84ED) is known color: Violet. HEX triplet: ED, 84 and ED. RGB value is (237,132,237). Sum of RGB (Red+Green+Blue) = 237+132+237=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED84ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84ED is #127B12. Grayscale: #AFAFAF. Windows color (decimal): -1211155 or 15566061. OLE color: 15566061.

HSL color Cylindrical-coordinate representation of color #ED84ED: hue angle of 300º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84ED is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 237 -
CMYK 0 0.44 0 0.07
HSL 300º 0.74% 0.72% -
HSV(B) 300º 0.44% 0.93% -
XYZ 58.46 40.62 84.88 -
YUV 175.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 237 132 237 0 0.44 0 0.07 300 0.74 0.72
Hex ED 84 ED 0 2C 0 7 12C 4A 48
Octal 355 204 355 0 54 0 7 454 112 110
Binary 11101101 10000100 11101101 0 101100 0 111 100101100 1001010 1001000

Color Harmonies of #ED84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84ED

Black with #ED84ED

Text Example


Text Example

White with #ED84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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