Html Css Color HEX #ED7DFA Violet

📋 copy color: '#ED7DFA'

red 237 ◦ green 125 ◦ blue 250

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

Shades of Violet #ED7DFA

Tints of Violet #ED7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.42%

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

R = 38.73%
G = 20.42%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED7DFA (or 0xED7DFA) is known color: Violet. HEX triplet: ED, 7D and FA. RGB value is (237,125,250). Sum of RGB (Red+Green+Blue) = 237+125+250=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED7DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFA is #128205. Grayscale: #ACACAC. Windows color (decimal): -1212934 or 16416237. OLE color: 16416237.

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

Color convert

RGB 237 125 250 -
CMYK 0.05 0.50 0 0.02
HSL 293.76º 0.93% 0.74% -
HSV(B) 293.76º 0.5% 0.98% -
XYZ 59.51 39.57 94.94 -
YUV 172.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 237 125 250 0.05 0.50 0 0.02 293.76 0.93 0.74
Hex ED 7D FA 5 32 0 2 126 5D 4A
Octal 355 175 372 5 62 0 2 446 135 112
Binary 11101101 1111101 11111010 101 110010 0 10 100100110 1011101 1001010

Color Harmonies of #ED7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DFA

Black with #ED7DFA

Text Example


Text Example

White with #ED7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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