Html Css Color HEX #ED97EA Violet

📋 copy color: '#ED97EA'

red 237 ◦ green 151 ◦ blue 234

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

Shades of Violet #ED97EA

Tints of Violet #ED97EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 38.1%
G = 24.28%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED97EA (or 0xED97EA) is known color: Violet. HEX triplet: ED, 97 and EA. RGB value is (237,151,234). Sum of RGB (Red+Green+Blue) = 237+151+234=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97EA is #126815. Grayscale: #B9B9B9. Windows color (decimal): -1206294 or 15374317. OLE color: 15374317.

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

Color convert

RGB 237 151 234 -
CMYK 0 0.36 0.01 0.07
HSL 302.09º 0.7% 0.76% -
HSV(B) 302.09º 0.36% 0.93% -
XYZ 60.84 46.08 83.53 -
YUV 186.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 237 151 234 0 0.36 0.01 0.07 302.09 0.7 0.76
Hex ED 97 EA 0 24 1 7 12E 46 4C
Octal 355 227 352 0 44 1 7 456 106 114
Binary 11101101 10010111 11101010 0 100100 1 111 100101110 1000110 1001100

Color Harmonies of #ED97EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED97EA

Black with #ED97EA

Text Example


Text Example

White with #ED97EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED97EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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