Html Css Color HEX #ED96EF Violet

📋 copy color: '#ED96EF'

red 237 ◦ green 150 ◦ blue 239

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

Shades of Violet #ED96EF

Tints of Violet #ED96EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.96%

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

R = 37.86%
G = 23.96%
B = 38.18%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED96EF (or 0xED96EF) is known color: Violet. HEX triplet: ED, 96 and EF. RGB value is (237,150,239). Sum of RGB (Red+Green+Blue) = 237+150+239=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96EF is #126910. Grayscale: #B9B9B9. Windows color (decimal): -1206545 or 15701741. OLE color: 15701741.

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

Color convert

RGB 237 150 239 -
CMYK 0.01 0.37 0 0.06
HSL 298.65º 0.74% 0.76% -
HSV(B) 298.65º 0.37% 0.94% -
XYZ 61.41 46.05 87.31 -
YUV 186.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 237 150 239 0.01 0.37 0 0.06 298.65 0.74 0.76
Hex ED 96 EF 1 25 0 6 12B 4A 4C
Octal 355 226 357 1 45 0 6 453 112 114
Binary 11101101 10010110 11101111 1 100101 0 110 100101011 1001010 1001100

Color Harmonies of #ED96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96EF

Black with #ED96EF

Text Example


Text Example

White with #ED96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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