Html Css Color HEX #ED7CF9 Violet

📋 copy color: '#ED7CF9'

red 237 ◦ green 124 ◦ blue 249

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

Shades of Violet #ED7CF9

Tints of Violet #ED7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.33%

 BLUE value IS 249 (97.66% from 255) = 40.82%

R = 38.85%
G = 20.33%
B = 40.82%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED7CF9 (or 0xED7CF9) is known color: Violet. HEX triplet: ED, 7C and F9. RGB value is (237,124,249). Sum of RGB (Red+Green+Blue) = 237+124+249=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED7CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CF9 is #128306. Grayscale: #ABABAB. Windows color (decimal): -1213191 or 16350445. OLE color: 16350445.

HSL color Cylindrical-coordinate representation of color #ED7CF9: hue angle of 294.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7CF9 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 124 249 -
CMYK 0.05 0.50 0 0.02
HSL 294.24º 0.91% 0.73% -
HSV(B) 294.24º 0.5% 0.98% -
XYZ 59.23 39.26 94.08 -
YUV 172.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 237 124 249 0.05 0.50 0 0.02 294.24 0.91 0.73
Hex ED 7C F9 5 32 0 2 126 5B 49
Octal 355 174 371 5 62 0 2 446 133 111
Binary 11101101 1111100 11111001 101 110010 0 10 100100110 1011011 1001001

Color Harmonies of #ED7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CF9

Black with #ED7CF9

Text Example


Text Example

White with #ED7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CF9; }

 p { color: rgb(237,124,249); }

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

background-color css

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

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

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

border-color css

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

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

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