Html Css Color HEX #ED72F1 Violet

📋 copy color: '#ED72F1'

red 237 ◦ green 114 ◦ blue 241

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

Shades of Violet #ED72F1

Tints of Violet #ED72F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.26%

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

R = 40.03%
G = 19.26%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED72F1 (or 0xED72F1) is known color: Violet. HEX triplet: ED, 72 and F1. RGB value is (237,114,241). Sum of RGB (Red+Green+Blue) = 237+114+241=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED72F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED72F1 is #128D0E. Grayscale: #A4A4A4. Windows color (decimal): -1215759 or 15823597. OLE color: 15823597.

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

Color convert

RGB 237 114 241 -
CMYK 0.02 0.53 0 0.05
HSL 298.11º 0.82% 0.7% -
HSV(B) 298.11º 0.53% 0.95% -
XYZ 56.82 36.39 87.25 -
YUV 165.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 237 114 241 0.02 0.53 0 0.05 298.11 0.82 0.7
Hex ED 72 F1 2 35 0 5 12A 52 46
Octal 355 162 361 2 65 0 5 452 122 106
Binary 11101101 1110010 11110001 10 110101 0 101 100101010 1010010 1000110

Color Harmonies of #ED72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72F1

Black with #ED72F1

Text Example


Text Example

White with #ED72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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