Html Css Color HEX #ED71EC Violet

📋 copy color: '#ED71EC'

red 237 ◦ green 113 ◦ blue 236

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

Shades of Violet #ED71EC

Tints of Violet #ED71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 40.44%
G = 19.28%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED71EC (or 0xED71EC) is known color: Violet. HEX triplet: ED, 71 and EC. RGB value is (237,113,236). Sum of RGB (Red+Green+Blue) = 237+113+236=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71EC is #128E13. Grayscale: #A3A3A3. Windows color (decimal): -1216020 or 15495661. OLE color: 15495661.

HSL color Cylindrical-coordinate representation of color #ED71EC: hue angle of 300.48º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71EC is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 236 -
CMYK 0 0.52 0.00 0.07
HSL 300.48º 0.78% 0.69% -
HSV(B) 300.48º 0.52% 0.93% -
XYZ 55.97 35.87 83.33 -
YUV 164.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 237 113 236 0 0.52 0.00 0.07 300.48 0.78 0.69
Hex ED 71 EC 0 34 0 7 12C 4E 45
Octal 355 161 354 0 64 0 7 454 116 105
Binary 11101101 1110001 11101100 0 110100 0 111 100101100 1001110 1000101

Color Harmonies of #ED71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71EC

Black with #ED71EC

Text Example


Text Example

White with #ED71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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