Html Css Color HEX #ED8DFA Violet

📋 copy color: '#ED8DFA'

red 237 ◦ green 141 ◦ blue 250

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

Shades of Violet #ED8DFA

Tints of Violet #ED8DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.45%

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

R = 37.74%
G = 22.45%
B = 39.81%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED8DFA (or 0xED8DFA) is known color: Violet. HEX triplet: ED, 8D and FA. RGB value is (237,141,250). Sum of RGB (Red+Green+Blue) = 237+141+250=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 141 (55.47% from 255 or 22.45% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED8DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DFA is #127205. Grayscale: #B5B5B5. Windows color (decimal): -1208838 or 16420333. OLE color: 16420333.

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

Color convert

RGB 237 141 250 -
CMYK 0.05 0.44 0 0.02
HSL 292.84º 0.92% 0.77% -
HSV(B) 292.84º 0.44% 0.98% -
XYZ 61.71 43.96 95.67 -
YUV 182.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 237 141 250 0.05 0.44 0 0.02 292.84 0.92 0.77
Hex ED 8D FA 5 2C 0 2 125 5C 4D
Octal 355 215 372 5 54 0 2 445 134 115
Binary 11101101 10001101 11111010 101 101100 0 10 100100101 1011100 1001101

Color Harmonies of #ED8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DFA

Black with #ED8DFA

Text Example


Text Example

White with #ED8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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