Html Css Color HEX #ED95FE Violet

📋 copy color: '#ED95FE'

red 237 ◦ green 149 ◦ blue 254

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

Shades of Violet #ED95FE

Tints of Violet #ED95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.28%

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 37.03%
G = 23.28%
B = 39.69%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED95FE (or 0xED95FE) is known color: Violet. HEX triplet: ED, 95 and FE. RGB value is (237,149,254). Sum of RGB (Red+Green+Blue) = 237+149+254=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 149 (58.59% from 255 or 23.28% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED95FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95FE is #126A01. Grayscale: #BABABA. Windows color (decimal): -1206786 or 16684525. OLE color: 16684525.

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

Color convert

RGB 237 149 254 -
CMYK 0.07 0.41 0 0.00
HSL 290.29º 0.98% 0.79% -
HSV(B) 290.29º 0.41% 1% -
XYZ 63.56 46.66 99.42 -
YUV 187.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 237 149 254 0.07 0.41 0 0.00 290.29 0.98 0.79
Hex ED 95 FE 7 29 0 0 122 62 4F
Octal 355 225 376 7 51 0 0 442 142 117
Binary 11101101 10010101 11111110 111 101001 0 0 100100010 1100010 1001111

Color Harmonies of #ED95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95FE

Black with #ED95FE

Text Example


Text Example

White with #ED95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95FE; }

 p { color: rgb(237,149,254); }

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

background-color css

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

 a { background-color: rgb(237,149,254); }

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

border-color css

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

 span { border-color: rgb(237,149,254); }

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