Html Css Color HEX #ED96FA Violet

📋 copy color: '#ED96FA'

red 237 ◦ green 150 ◦ blue 250

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

Shades of Violet #ED96FA

Tints of Violet #ED96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 37.21%
G = 23.55%
B = 39.25%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED96FA (or 0xED96FA) is known color: Violet. HEX triplet: ED, 96 and FA. RGB value is (237,150,250). Sum of RGB (Red+Green+Blue) = 237+150+250=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FA is #126905. Grayscale: #BBBBBB. Windows color (decimal): -1206534 or 16422637. OLE color: 16422637.

HSL color Cylindrical-coordinate representation of color #ED96FA: hue angle of 292.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED96FA is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 150 250 -
CMYK 0.05 0.4 0 0.02
HSL 292.2º 0.91% 0.78% -
HSV(B) 292.2º 0.4% 0.98% -
XYZ 63.09 46.72 96.14 -
YUV 187.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 237 150 250 0.05 0.4 0 0.02 292.2 0.91 0.78
Hex ED 96 FA 5 28 0 2 124 5B 4E
Octal 355 226 372 5 50 0 2 444 133 116
Binary 11101101 10010110 11111010 101 101000 0 10 100100100 1011011 1001110

Color Harmonies of #ED96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96FA

Black with #ED96FA

Text Example


Text Example

White with #ED96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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