Html Css Color HEX #ED71F5 Violet

📋 copy color: '#ED71F5'

red 237 ◦ green 113 ◦ blue 245

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

Shades of Violet #ED71F5

Tints of Violet #ED71F5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.99%

 BLUE value IS 245 (96.09% from 255) = 41.18%

R = 39.83%
G = 18.99%
B = 41.18%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED71F5 (or 0xED71F5) is known color: Violet. HEX triplet: ED, 71 and F5. RGB value is (237,113,245). Sum of RGB (Red+Green+Blue) = 237+113+245=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED71F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71F5 is #128E0A. Grayscale: #A4A4A4. Windows color (decimal): -1216011 or 16085485. OLE color: 16085485.

HSL color Cylindrical-coordinate representation of color #ED71F5: hue angle of 296.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED71F5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 113 245 -
CMYK 0.03 0.54 0 0.04
HSL 296.36º 0.87% 0.7% -
HSV(B) 296.36º 0.54% 0.96% -
XYZ 57.31 36.41 90.39 -
YUV 165.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 237 113 245 0.03 0.54 0 0.04 296.36 0.87 0.7
Hex ED 71 F5 3 36 0 4 128 57 46
Octal 355 161 365 3 66 0 4 450 127 106
Binary 11101101 1110001 11110101 11 110110 0 100 100101000 1010111 1000110

Color Harmonies of #ED71F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71F5

Black with #ED71F5

Text Example


Text Example

White with #ED71F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71F5; }

 p { color: rgb(237,113,245); }

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

background-color css

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

 a { background-color: rgb(237,113,245); }

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

border-color css

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

 span { border-color: rgb(237,113,245); }

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