Html Css Color HEX #ED95E8 Violet

📋 copy color: '#ED95E8'

red 237 ◦ green 149 ◦ blue 232

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

Shades of Violet #ED95E8

Tints of Violet #ED95E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 38.35%
G = 24.11%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED95E8 (or 0xED95E8) is known color: Violet. HEX triplet: ED, 95 and E8. RGB value is (237,149,232). Sum of RGB (Red+Green+Blue) = 237+149+232=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95E8 is #126A17. Grayscale: #B8B8B8. Windows color (decimal): -1206808 or 15242733. OLE color: 15242733.

HSL color Cylindrical-coordinate representation of color #ED95E8: hue angle of 303.41º 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 #ED95E8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 232 -
CMYK 0 0.37 0.02 0.07
HSL 303.41º 0.71% 0.76% -
HSV(B) 303.41º 0.37% 0.93% -
XYZ 60.24 45.33 81.92 -
YUV 184.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 237 149 232 0 0.37 0.02 0.07 303.41 0.71 0.76
Hex ED 95 E8 0 25 2 7 12F 47 4C
Octal 355 225 350 0 45 2 7 457 107 114
Binary 11101101 10010101 11101000 0 100101 10 111 100101111 1000111 1001100

Color Harmonies of #ED95E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95E8

Black with #ED95E8

Text Example


Text Example

White with #ED95E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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