Html Css Color HEX #ED71F0 Violet

📋 copy color: '#ED71F0'

red 237 ◦ green 113 ◦ blue 240

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

Shades of Violet #ED71F0

Tints of Violet #ED71F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 40.17%
G = 19.15%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED71F0 (or 0xED71F0) is known color: Violet. HEX triplet: ED, 71 and F0. RGB value is (237,113,240). Sum of RGB (Red+Green+Blue) = 237+113+240=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED71F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71F0 is #128E0F. Grayscale: #A4A4A4. Windows color (decimal): -1216016 or 15757805. OLE color: 15757805.

HSL color Cylindrical-coordinate representation of color #ED71F0: hue angle of 298.58º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED71F0 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 113 240 -
CMYK 0.01 0.53 0 0.06
HSL 298.58º 0.81% 0.69% -
HSV(B) 298.58º 0.53% 0.94% -
XYZ 56.56 36.11 86.43 -
YUV 164.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 237 113 240 0.01 0.53 0 0.06 298.58 0.81 0.69
Hex ED 71 F0 1 35 0 6 12B 51 45
Octal 355 161 360 1 65 0 6 453 121 105
Binary 11101101 1110001 11110000 1 110101 0 110 100101011 1010001 1000101

Color Harmonies of #ED71F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71F0

Black with #ED71F0

Text Example


Text Example

White with #ED71F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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