Html Css Color HEX #ED95ED Violet

📋 copy color: '#ED95ED'

red 237 ◦ green 149 ◦ blue 237

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

Shades of Violet #ED95ED

Tints of Violet #ED95ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 38.04%
G = 23.92%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED95ED (or 0xED95ED) is known color: Violet. HEX triplet: ED, 95 and ED. RGB value is (237,149,237). Sum of RGB (Red+Green+Blue) = 237+149+237=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED95ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95ED is #126A12. Grayscale: #B9B9B9. Windows color (decimal): -1206803 or 15570413. OLE color: 15570413.

HSL color Cylindrical-coordinate representation of color #ED95ED: hue angle of 300º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95ED is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 237 -
CMYK 0 0.37 0 0.07
HSL 300º 0.71% 0.76% -
HSV(B) 300º 0.37% 0.93% -
XYZ 60.96 45.61 85.71 -
YUV 185.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 237 149 237 0 0.37 0 0.07 300 0.71 0.76
Hex ED 95 ED 0 25 0 7 12C 47 4C
Octal 355 225 355 0 45 0 7 454 107 114
Binary 11101101 10010101 11101101 0 100101 0 111 100101100 1000111 1001100

Color Harmonies of #ED95ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95ED

Black with #ED95ED

Text Example


Text Example

White with #ED95ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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