Html Css Color HEX #ED84E7 Violet

📋 copy color: '#ED84E7'

red 237 ◦ green 132 ◦ blue 231

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

Shades of Violet #ED84E7

Tints of Violet #ED84E7

RGB

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

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

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

R = 39.5%
G = 22%
B = 38.5%

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

#ED84E7 (or 0xED84E7) is known color: Violet. HEX triplet: ED, 84 and E7. RGB value is (237,132,231). Sum of RGB (Red+Green+Blue) = 237+132+231=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84E7 is #127B18. Grayscale: #AEAEAE. Windows color (decimal): -1211161 or 15172845. OLE color: 15172845.

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

Color convert

RGB 237 132 231 -
CMYK 0 0.44 0.03 0.07
HSL 303.43º 0.74% 0.72% -
HSV(B) 303.43º 0.44% 0.93% -
XYZ 57.6 40.28 80.34 -
YUV 174.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 237 132 231 0 0.44 0.03 0.07 303.43 0.74 0.72
Hex ED 84 E7 0 2C 3 7 12F 4A 48
Octal 355 204 347 0 54 3 7 457 112 110
Binary 11101101 10000100 11100111 0 101100 11 111 100101111 1001010 1001000

Color Harmonies of #ED84E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84E7

Black with #ED84E7

Text Example


Text Example

White with #ED84E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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