Html Css Color HEX #ED76F4 Violet

📋 copy color: '#ED76F4'

red 237 ◦ green 118 ◦ blue 244

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

Shades of Violet #ED76F4

Tints of Violet #ED76F4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.7%

 BLUE value IS 244 (95.7% from 255) = 40.73%

R = 39.57%
G = 19.7%
B = 40.73%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED76F4 (or 0xED76F4) is known color: Violet. HEX triplet: ED, 76 and F4. RGB value is (237,118,244). Sum of RGB (Red+Green+Blue) = 237+118+244=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED76F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76F4 is #12890B. Grayscale: #A7A7A7. Windows color (decimal): -1214732 or 16021229. OLE color: 16021229.

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

Color convert

RGB 237 118 244 -
CMYK 0.03 0.52 0 0.04
HSL 296.67º 0.85% 0.71% -
HSV(B) 296.67º 0.52% 0.96% -
XYZ 57.73 37.49 89.78 -
YUV 167.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 237 118 244 0.03 0.52 0 0.04 296.67 0.85 0.71
Hex ED 76 F4 3 34 0 4 129 55 47
Octal 355 166 364 3 64 0 4 451 125 107
Binary 11101101 1110110 11110100 11 110100 0 100 100101001 1010101 1000111

Color Harmonies of #ED76F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76F4

Black with #ED76F4

Text Example


Text Example

White with #ED76F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76F4; }

 p { color: rgb(237,118,244); }

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

background-color css

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

 a { background-color: rgb(237,118,244); }

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

border-color css

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

 span { border-color: rgb(237,118,244); }

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