Html Css Color HEX #ED80FC Violet

📋 copy color: '#ED80FC'

red 237 ◦ green 128 ◦ blue 252

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

Shades of Violet #ED80FC

Tints of Violet #ED80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 38.41%
G = 20.75%
B = 40.84%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED80FC (or 0xED80FC) is known color: Violet. HEX triplet: ED, 80 and FC. RGB value is (237,128,252). Sum of RGB (Red+Green+Blue) = 237+128+252=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED80FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FC is #127F03. Grayscale: #AEAEAE. Windows color (decimal): -1212164 or 16548077. OLE color: 16548077.

HSL color Cylindrical-coordinate representation of color #ED80FC: hue angle of 292.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED80FC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 128 252 -
CMYK 0.06 0.49 0 0.01
HSL 292.74º 0.95% 0.75% -
HSV(B) 292.74º 0.49% 0.99% -
XYZ 60.21 40.47 96.73 -
YUV 174.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 237 128 252 0.06 0.49 0 0.01 292.74 0.95 0.75
Hex ED 80 FC 6 31 0 1 125 5F 4B
Octal 355 200 374 6 61 0 1 445 137 113
Binary 11101101 10000000 11111100 110 110001 0 1 100100101 1011111 1001011

Color Harmonies of #ED80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80FC

Black with #ED80FC

Text Example


Text Example

White with #ED80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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