Html Css Color HEX #ED92EF Violet

📋 copy color: '#ED92EF'

red 237 ◦ green 146 ◦ blue 239

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

Shades of Violet #ED92EF

Tints of Violet #ED92EF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.47%

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

R = 38.1%
G = 23.47%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED92EF (or 0xED92EF) is known color: Violet. HEX triplet: ED, 92 and EF. RGB value is (237,146,239). Sum of RGB (Red+Green+Blue) = 237+146+239=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED92EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED92EF is #126D10. Grayscale: #B7B7B7. Windows color (decimal): -1207569 or 15700717. OLE color: 15700717.

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

Color convert

RGB 237 146 239 -
CMYK 0.01 0.39 0 0.06
HSL 298.71º 0.74% 0.75% -
HSV(B) 298.71º 0.39% 0.94% -
XYZ 60.78 44.79 87.1 -
YUV 183.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 237 146 239 0.01 0.39 0 0.06 298.71 0.74 0.75
Hex ED 92 EF 1 27 0 6 12B 4A 4B
Octal 355 222 357 1 47 0 6 453 112 113
Binary 11101101 10010010 11101111 1 100111 0 110 100101011 1001010 1001011

Color Harmonies of #ED92EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92EF

Black with #ED92EF

Text Example


Text Example

White with #ED92EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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