Html Css Color HEX #ED7CE9 Violet

📋 copy color: '#ED7CE9'

red 237 ◦ green 124 ◦ blue 233

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

Shades of Violet #ED7CE9

Tints of Violet #ED7CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 39.9%
G = 20.88%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED7CE9 (or 0xED7CE9) is known color: Violet. HEX triplet: ED, 7C and E9. RGB value is (237,124,233). Sum of RGB (Red+Green+Blue) = 237+124+233=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CE9 is #128316. Grayscale: #A9A9A9. Windows color (decimal): -1213207 or 15301869. OLE color: 15301869.

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

Color convert

RGB 237 124 233 -
CMYK 0 0.48 0.02 0.07
HSL 302.12º 0.76% 0.71% -
HSV(B) 302.12º 0.48% 0.93% -
XYZ 56.84 38.3 81.49 -
YUV 170.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 237 124 233 0 0.48 0.02 0.07 302.12 0.76 0.71
Hex ED 7C E9 0 30 2 7 12E 4C 47
Octal 355 174 351 0 60 2 7 456 114 107
Binary 11101101 1111100 11101001 0 110000 10 111 100101110 1001100 1000111

Color Harmonies of #ED7CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CE9

Black with #ED7CE9

Text Example


Text Example

White with #ED7CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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