Html Css Color HEX #ED74EE Violet

📋 copy color: '#ED74EE'

red 237 ◦ green 116 ◦ blue 238

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

Shades of Violet #ED74EE

Tints of Violet #ED74EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.63%

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

R = 40.1%
G = 19.63%
B = 40.27%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED74EE (or 0xED74EE) is known color: Violet. HEX triplet: ED, 74 and EE. RGB value is (237,116,238). Sum of RGB (Red+Green+Blue) = 237+116+238=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED74EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED74EE is #128B11. Grayscale: #A5A5A5. Windows color (decimal): -1215250 or 15627501. OLE color: 15627501.

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

Color convert

RGB 237 116 238 -
CMYK 0.00 0.51 0 0.07
HSL 299.51º 0.78% 0.69% -
HSV(B) 299.51º 0.51% 0.93% -
XYZ 56.6 36.67 84.98 -
YUV 166.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 237 116 238 0.00 0.51 0 0.07 299.51 0.78 0.69
Hex ED 74 EE 0 33 0 7 12C 4E 45
Octal 355 164 356 0 63 0 7 454 116 105
Binary 11101101 1110100 11101110 0 110011 0 111 100101100 1001110 1000101

Color Harmonies of #ED74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74EE

Black with #ED74EE

Text Example


Text Example

White with #ED74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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