Html Css Color HEX #ED80FA Violet

📋 copy color: '#ED80FA'

red 237 ◦ green 128 ◦ blue 250

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

Shades of Violet #ED80FA

Tints of Violet #ED80FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.81%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 38.54%
G = 20.81%
B = 40.65%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED80FA (or 0xED80FA) is known color: Violet. HEX triplet: ED, 80 and FA. RGB value is (237,128,250). Sum of RGB (Red+Green+Blue) = 237+128+250=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FA is #127F05. Grayscale: #AEAEAE. Windows color (decimal): -1212166 or 16417005. OLE color: 16417005.

HSL color Cylindrical-coordinate representation of color #ED80FA: hue angle of 293.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED80FA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 128 250 -
CMYK 0.05 0.49 0 0.02
HSL 293.61º 0.92% 0.74% -
HSV(B) 293.61º 0.49% 0.98% -
XYZ 59.9 40.35 95.07 -
YUV 174.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 237 128 250 0.05 0.49 0 0.02 293.61 0.92 0.74
Hex ED 80 FA 5 31 0 2 126 5C 4A
Octal 355 200 372 5 61 0 2 446 134 112
Binary 11101101 10000000 11111010 101 110001 0 10 100100110 1011100 1001010

Color Harmonies of #ED80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80FA

Black with #ED80FA

Text Example


Text Example

White with #ED80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80FA; }

 p { color: rgb(237,128,250); }

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

background-color css

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

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

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

border-color css

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

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

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