Html Css Color HEX #ED7DF1 Violet

📋 copy color: '#ED7DF1'

red 237 ◦ green 125 ◦ blue 241

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

Shades of Violet #ED7DF1

Tints of Violet #ED7DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.97%

R = 39.3%
G = 20.73%
B = 39.97%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED7DF1 (or 0xED7DF1) is known color: Violet. HEX triplet: ED, 7D and F1. RGB value is (237,125,241). Sum of RGB (Red+Green+Blue) = 237+125+241=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DF1 is #12820E. Grayscale: #ABABAB. Windows color (decimal): -1212943 or 15826413. OLE color: 15826413.

HSL color Cylindrical-coordinate representation of color #ED7DF1: hue angle of 297.93º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7DF1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 125 241 -
CMYK 0.02 0.48 0 0.05
HSL 297.93º 0.81% 0.72% -
HSV(B) 297.93º 0.48% 0.95% -
XYZ 58.14 39.02 87.69 -
YUV 171.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 237 125 241 0.02 0.48 0 0.05 297.93 0.81 0.72
Hex ED 7D F1 2 30 0 5 12A 51 48
Octal 355 175 361 2 60 0 5 452 121 110
Binary 11101101 1111101 11110001 10 110000 0 101 100101010 1010001 1001000

Color Harmonies of #ED7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DF1

Black with #ED7DF1

Text Example


Text Example

White with #ED7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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