Html Css Color HEX #ED91F1 Violet

📋 copy color: '#ED91F1'

red 237 ◦ green 145 ◦ blue 241

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

Shades of Violet #ED91F1

Tints of Violet #ED91F1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.27%

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

R = 38.04%
G = 23.27%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED91F1 (or 0xED91F1) is known color: Violet. HEX triplet: ED, 91 and F1. RGB value is (237,145,241). Sum of RGB (Red+Green+Blue) = 237+145+241=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED91F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91F1 is #126E0E. Grayscale: #B7B7B7. Windows color (decimal): -1207823 or 15831533. OLE color: 15831533.

HSL color Cylindrical-coordinate representation of color #ED91F1: hue angle of 297.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED91F1 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 145 241 -
CMYK 0.02 0.40 0 0.05
HSL 297.5º 0.77% 0.76% -
HSV(B) 297.5º 0.4% 0.95% -
XYZ 60.93 44.61 88.62 -
YUV 183.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 237 145 241 0.02 0.40 0 0.05 297.5 0.77 0.76
Hex ED 91 F1 2 28 0 5 12A 4D 4C
Octal 355 221 361 2 50 0 5 452 115 114
Binary 11101101 10010001 11110001 10 101000 0 101 100101010 1001101 1001100

Color Harmonies of #ED91F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91F1

Black with #ED91F1

Text Example


Text Example

White with #ED91F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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