Html Css Color HEX #ED72EE Violet

📋 copy color: '#ED72EE'

red 237 ◦ green 114 ◦ blue 238

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

Shades of Violet #ED72EE

Tints of Violet #ED72EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 40.24%
G = 19.35%
B = 40.41%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED72EE (or 0xED72EE) is known color: Violet. HEX triplet: ED, 72 and EE. RGB value is (237,114,238). Sum of RGB (Red+Green+Blue) = 237+114+238=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED72EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED72EE is #128D11. Grayscale: #A4A4A4. Windows color (decimal): -1215762 or 15626989. OLE color: 15626989.

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

Color convert

RGB 237 114 238 -
CMYK 0.00 0.52 0 0.07
HSL 299.52º 0.78% 0.69% -
HSV(B) 299.52º 0.52% 0.93% -
XYZ 56.37 36.21 84.91 -
YUV 164.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 237 114 238 0.00 0.52 0 0.07 299.52 0.78 0.69
Hex ED 72 EE 0 34 0 7 12C 4E 45
Octal 355 162 356 0 64 0 7 454 116 105
Binary 11101101 1110010 11101110 0 110100 0 111 100101100 1001110 1000101

Color Harmonies of #ED72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72EE

Black with #ED72EE

Text Example


Text Example

White with #ED72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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