Html Css Color HEX #ED96FF Violet

📋 copy color: '#ED96FF'

red 237 ◦ green 150 ◦ blue 255

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

Shades of Violet #ED96FF

Tints of Violet #ED96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 36.92%
G = 23.36%
B = 39.72%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED96FF (or 0xED96FF) is known color: Violet. HEX triplet: ED, 96 and FF. RGB value is (237,150,255). Sum of RGB (Red+Green+Blue) = 237+150+255=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FF is #126900. Grayscale: #BBBBBB. Windows color (decimal): -1206529 or 16750317. OLE color: 16750317.

HSL color Cylindrical-coordinate representation of color #ED96FF: hue angle of 289.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED96FF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 150 255 -
CMYK 0.07 0.41 0 0
HSL 289.71º 1% 0.79% -
HSV(B) 289.71º 0.41% 1% -
XYZ 63.88 47.04 100.32 -
YUV 187.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 237 150 255 0.07 0.41 0 0 289.71 1 0.79
Hex ED 96 FF 7 29 0 0 122 64 4F
Octal 355 226 377 7 51 0 0 442 144 117
Binary 11101101 10010110 11111111 111 101001 0 0 100100010 1100100 1001111

Color Harmonies of #ED96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96FF

Black with #ED96FF

Text Example


Text Example

White with #ED96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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