Html Css Color HEX #ED97EC Violet

📋 copy color: '#ED97EC'

red 237 ◦ green 151 ◦ blue 236

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

Shades of Violet #ED97EC

Tints of Violet #ED97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.2%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 37.98%
G = 24.2%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED97EC (or 0xED97EC) is known color: Violet. HEX triplet: ED, 97 and EC. RGB value is (237,151,236). Sum of RGB (Red+Green+Blue) = 237+151+236=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97EC is #126813. Grayscale: #BABABA. Windows color (decimal): -1206292 or 15505389. OLE color: 15505389.

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

Color convert

RGB 237 151 236 -
CMYK 0 0.36 0.00 0.07
HSL 300.7º 0.7% 0.76% -
HSV(B) 300.7º 0.36% 0.93% -
XYZ 61.13 46.19 85.05 -
YUV 186.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 237 151 236 0 0.36 0.00 0.07 300.7 0.7 0.76
Hex ED 97 EC 0 24 0 7 12D 46 4C
Octal 355 227 354 0 44 0 7 455 106 114
Binary 11101101 10010111 11101100 0 100100 0 111 100101101 1000110 1001100

Color Harmonies of #ED97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED97EC

Black with #ED97EC

Text Example


Text Example

White with #ED97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED97EC; }

 p { color: rgb(237,151,236); }

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

background-color css

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

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

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

border-color css

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

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

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