Html Css Color HEX #ED84E6 Violet

📋 copy color: '#ED84E6'

red 237 ◦ green 132 ◦ blue 230

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

Shades of Violet #ED84E6

Tints of Violet #ED84E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 39.57%
G = 22.04%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED84E6 (or 0xED84E6) is known color: Violet. HEX triplet: ED, 84 and E6. RGB value is (237,132,230). Sum of RGB (Red+Green+Blue) = 237+132+230=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84E6 is #127B19. Grayscale: #AEAEAE. Windows color (decimal): -1211162 or 15107309. OLE color: 15107309.

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

Color convert

RGB 237 132 230 -
CMYK 0 0.44 0.03 0.07
HSL 304º 0.74% 0.72% -
HSV(B) 304º 0.44% 0.93% -
XYZ 57.46 40.22 79.6 -
YUV 174.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 237 132 230 0 0.44 0.03 0.07 304 0.74 0.72
Hex ED 84 E6 0 2C 3 7 130 4A 48
Octal 355 204 346 0 54 3 7 460 112 110
Binary 11101101 10000100 11100110 0 101100 11 111 100110000 1001010 1001000

Color Harmonies of #ED84E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84E6

Black with #ED84E6

Text Example


Text Example

White with #ED84E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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