Html Css Color HEX #ED72EF Violet

📋 copy color: '#ED72EF'

red 237 ◦ green 114 ◦ blue 239

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

Shades of Violet #ED72EF

Tints of Violet #ED72EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 40.17%
G = 19.32%
B = 40.51%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED72EF (or 0xED72EF) is known color: Violet. HEX triplet: ED, 72 and EF. RGB value is (237,114,239). Sum of RGB (Red+Green+Blue) = 237+114+239=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED72EF is #128D10. Grayscale: #A4A4A4. Windows color (decimal): -1215761 or 15692525. OLE color: 15692525.

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

Color convert

RGB 237 114 239 -
CMYK 0.01 0.52 0 0.06
HSL 299.04º 0.8% 0.69% -
HSV(B) 299.04º 0.52% 0.94% -
XYZ 56.52 36.27 85.68 -
YUV 165.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 237 114 239 0.01 0.52 0 0.06 299.04 0.8 0.69
Hex ED 72 EF 1 34 0 6 12B 50 45
Octal 355 162 357 1 64 0 6 453 120 105
Binary 11101101 1110010 11101111 1 110100 0 110 100101011 1010000 1000101

Color Harmonies of #ED72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72EF

Black with #ED72EF

Text Example


Text Example

White with #ED72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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