Html Css Color HEX #ED72E5 Violet

📋 copy color: '#ED72E5'

red 237 ◦ green 114 ◦ blue 229

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

Shades of Violet #ED72E5

Tints of Violet #ED72E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 40.86%
G = 19.66%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED72E5 (or 0xED72E5) is known color: Violet. HEX triplet: ED, 72 and E5. RGB value is (237,114,229). Sum of RGB (Red+Green+Blue) = 237+114+229=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72E5 is #128D1A. Grayscale: #A3A3A3. Windows color (decimal): -1215771 or 15037165. OLE color: 15037165.

HSL color Cylindrical-coordinate representation of color #ED72E5: hue angle of 303.9º 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 #ED72E5 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 229 -
CMYK 0 0.52 0.03 0.07
HSL 303.9º 0.77% 0.69% -
HSV(B) 303.9º 0.52% 0.93% -
XYZ 55.09 35.7 78.12 -
YUV 163.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 237 114 229 0 0.52 0.03 0.07 303.9 0.77 0.69
Hex ED 72 E5 0 34 3 7 130 4D 45
Octal 355 162 345 0 64 3 7 460 115 105
Binary 11101101 1110010 11100101 0 110100 11 111 100110000 1001101 1000101

Color Harmonies of #ED72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72E5

Black with #ED72E5

Text Example


Text Example

White with #ED72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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